increased jenkins pipeline timeout value
This commit is contained in:
parent
e86f9e22eb
commit
2aa4b3aa52
1 changed files with 3 additions and 3 deletions
4
books/jenkins/Jenkinsfile
vendored
4
books/jenkins/Jenkinsfile
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
options {
|
options {
|
||||||
// set a timeout of 30 minutes for this pipeline
|
// set a timeout of 60 minutes for this pipeline
|
||||||
timeout(time: 30, unit: 'MINUTES')
|
timeout(time: 60, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
agent {
|
agent {
|
||||||
node {
|
node {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue