diff --git a/Jenkinsfile b/Jenkinsfile index e9fafca..55c485f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {