diff --git a/examples/parallel_nested b/examples/parallel_nested index 690b650..f221a57 100644 --- a/examples/parallel_nested +++ b/examples/parallel_nested @@ -14,7 +14,7 @@ pipeline { parallel { stage('Branch A') { agent { - label "for-branch-a" + label "" } steps { echo "On Branch A" @@ -22,7 +22,7 @@ pipeline { } stage('Branch B') { agent { - label "for-branch-b" + label "" } steps { echo "On Branch B" @@ -30,7 +30,7 @@ pipeline { } stage('Branch C') { agent { - label "for-branch-c" + label "" } stages { stage('Nested 1') {