increased jenkins pipeline timeout value
This commit is contained in:
6
books/jenkins/Jenkinsfile
vendored
6
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 {
|
||||||
@@ -133,4 +133,4 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user