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