Skip to content
Snippets Groups Projects
Commit 1328806d authored by Tucker Gary Siegel's avatar Tucker Gary Siegel
Browse files

limit build time

parent da102fd2
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,9 @@ pipeline { ...@@ -10,6 +10,9 @@ pipeline {
} }
} }
stage('build') { stage('build') {
options {
timeout(time: 30, unit: 'MINUTES')
}
steps { steps {
git branch: 'main', git branch: 'main',
credentialsId: 'tgsiegel-gitlab-ssh', credentialsId: 'tgsiegel-gitlab-ssh',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment