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