Fixing the build
This commit is contained in:
parent
cc520faa47
commit
30dc66af7b
|
@ -8,6 +8,10 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
triggers {
|
||||||
|
cron("59 23 * * 1") // Build every monday
|
||||||
|
}
|
||||||
|
|
||||||
options {
|
options {
|
||||||
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
|
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue