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 {
|
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user