increased jenkins pipeline timeout value
This commit is contained in:
4
books/jenkins/Jenkinsfile
vendored
4
books/jenkins/Jenkinsfile
vendored
@@ -1,7 +1,7 @@
|
||||
pipeline {
|
||||
options {
|
||||
// set a timeout of 30 minutes for this pipeline
|
||||
timeout(time: 30, unit: 'MINUTES')
|
||||
// set a timeout of 60 minutes for this pipeline
|
||||
timeout(time: 60, unit: 'MINUTES')
|
||||
}
|
||||
agent {
|
||||
node {
|
||||
|
||||
Reference in New Issue
Block a user