fix: agent name
This commit is contained in:
parent
ecf63ce202
commit
457627d112
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -1,5 +1,5 @@
|
|||
pipeline {
|
||||
agent { node { label 'ubuntu'; } }
|
||||
agent { node { label 'linux'; } }
|
||||
|
||||
options { buildDiscarder(logRotator(numToKeepStr: '5')) }
|
||||
|
||||
|
|
Loading…
Reference in a new issue