Define top-level agent

Since all the stages define different agents, the top-level can use any agent.
This commit is contained in:
Tom Willemse 2020-10-09 23:10:50 -07:00
parent f58fe670d9
commit b052934ced

2
Jenkinsfile vendored
View file

@ -1,4 +1,6 @@
pipeline { pipeline {
agent { any }
stages { stages {
stage('Build') { stage('Build') {
parallel { parallel {