Making the build work
This commit is contained in:
parent
7f661b7159
commit
f811a09b74
|
@ -1,6 +1,7 @@
|
|||
pipeline {
|
||||
agent any
|
||||
options {
|
||||
disableConcurrentBuilds()
|
||||
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
|
||||
}
|
||||
stages {
|
||||
|
|
Loading…
Reference in New Issue