Don’t use any agent at all
The syntax for agent any was wrong and the default doesn’t really need an agent.
This commit is contained in:
parent
b052934ced
commit
1357f94e7e
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -1,5 +1,5 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { any }
|
agent none
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
|
Loading…
Reference in a new issue