Fixing tests
This commit is contained in:
parent
ef600bfc78
commit
9c6208e7cb
|
@ -7,6 +7,7 @@ pipeline {
|
|||
options {
|
||||
disableConcurrentBuilds()
|
||||
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
|
||||
timeout(time: 1, unit: 'HOURS)
|
||||
}
|
||||
|
||||
parameters {
|
||||
|
|
Loading…
Reference in New Issue