Set the timeout to 12 minutes in the Jenkinsfile
This commit is contained in:
parent
7416bd0ee9
commit
4e67d70dac
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -3,7 +3,7 @@ pipeline {
|
|||||||
|
|
||||||
options {
|
options {
|
||||||
buildDiscarder(logRotator(numToKeepStr: '48', artifactNumToKeepStr: '96'))
|
buildDiscarder(logRotator(numToKeepStr: '48', artifactNumToKeepStr: '96'))
|
||||||
timeout(time: 8, unit: 'MINUTES')
|
timeout(time: 12, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
triggers {
|
triggers {
|
||||||
pollSCM('*/10 * * * *')
|
pollSCM('*/10 * * * *')
|
||||||
|
Loading…
Reference in New Issue
Block a user