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:
Tom Willemse 2020-10-09 23:12:05 -07:00
parent b052934ced
commit 1357f94e7e

2
Jenkinsfile vendored
View file

@ -1,5 +1,5 @@
pipeline {
agent { any }
agent none
stages {
stage('Build') {