Fix any label.

This commit is contained in:
Manuele Simi 2019-08-30 23:02:46 -04:00
parent 9b32dc2f4b
commit 1ad8121e41
1 changed files with 1 additions and 4 deletions

5
Jenkinsfile vendored
View File

@ -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 {