Update 'Jenkinsfile'
This commit is contained in:
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'linux' }
|
agent any
|
||||||
options {
|
options {
|
||||||
buildDiscarder(logRotator(numToKeepStr: '5'))
|
buildDiscarder(logRotator(numToKeepStr: '5'))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user