Define top-level agent
Since all the stages define different agents, the top-level can use any agent.
This commit is contained in:
parent
f58fe670d9
commit
b052934ced
1 changed files with 2 additions and 0 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -1,4 +1,6 @@
|
|||
pipeline {
|
||||
agent { any }
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
parallel {
|
||||
|
|
Loading…
Reference in a new issue