fix: agent name
This commit is contained in:
parent
b124f285b5
commit
6b30847425
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue