New builds
This commit is contained in:
parent
6399043fa3
commit
bde366aee3
|
|
@ -1,5 +1,7 @@
|
|||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
label 'agent1'
|
||||
}
|
||||
options {
|
||||
disableConcurrentBuilds()
|
||||
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
|
||||
|
|
|
|||
Loading…
Reference in New Issue