fix: agent name
This commit is contained in:
parent
b124f285b5
commit
6b30847425
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -1,5 +1,5 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent { node { label 'ubuntu'; } }
|
||||||
|
|
||||||
options { buildDiscarder(logRotator(numToKeepStr: '5')) }
|
options { buildDiscarder(logRotator(numToKeepStr: '5')) }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user