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