Commit b421b9fd authored by Anthony Lamping's avatar Anthony Lamping Committed by Daniel Agar

jenkins: agent none

from jenkins docs: When applied at the top-level of the pipeline block no global agent will be allocated for the entire Pipeline run and each stage section will need to contain its own agent section.
parent 79f54537
pipeline {
agent any
agent none
stages {
stage('build') {
parallel {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment