Fix any label.
This commit is contained in:
parent
9b32dc2f4b
commit
1ad8121e41
|
@ -76,10 +76,7 @@ echo "Configured dynamic stages: ${dynamicStages.inspect()}"
|
|||
|
||||
pipeline {
|
||||
// see https://jenkins.io/doc/book/pipeline/syntax/#agent
|
||||
agent {
|
||||
//label 'pipeline-agent'
|
||||
label 'any'
|
||||
}
|
||||
agent any
|
||||
|
||||
// see https://jenkins.io/doc/book/pipeline/syntax/#environment
|
||||
environment {
|
||||
|
|
Loading…
Reference in New Issue