Set none agent.

This commit is contained in:
Manuele Simi 2019-08-31 08:38:32 -04:00
parent 1ad8121e41
commit 784791813b
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -76,7 +76,7 @@ echo "Configured dynamic stages: ${dynamicStages.inspect()}"
pipeline {
// see https://jenkins.io/doc/book/pipeline/syntax/#agent
agent any
agent none
// see https://jenkins.io/doc/book/pipeline/syntax/#environment
environment {