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