Build only on agents labeled as 'pipeline-agent'.

This commit is contained in:
Manuele Simi 2019-05-29 21:56:05 -04:00
parent 7aae11e022
commit 804f285b82
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -32,7 +32,7 @@ echo "Use local repo at ${maven_local_repo_path}"
pipeline {
// see https://jenkins.io/doc/book/pipeline/syntax/#agent
agent any
agent { label 'pipeline-agent' }
// see https://jenkins.io/doc/book/pipeline/syntax/#environment
environment {