increased jenkins pipeline timeout value
This commit is contained in:
parent
e86f9e22eb
commit
2aa4b3aa52
1 changed files with 3 additions and 3 deletions
6
books/jenkins/Jenkinsfile
vendored
6
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 {
|
||||
|
|
@ -133,4 +133,4 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue