Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Removed propagation from teardown.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypoulz authored Nov 13, 2017
1 parent e393b4b commit 71b9bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/archSlave.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def call(Closure body, def Boolean runOnSlave = true) {
parameters: [
string(name: 'BUILD_NUMBER', value: slave.buildNumber)
],
propagate: true,
propagate: false,
wait: true
]
)
Expand Down

0 comments on commit 71b9bb0

Please sign in to comment.