Releases: jenkinsci/pipeline-build-step-plugin
Releases · jenkinsci/pipeline-build-step-plugin
540.vb_e8849e1a_b_d8
🐛 Bug fixes
- Store
DownstreamBuildAction
onRun
instead ofFlowNode
for consistent persistence even on completed builds (#128) @dwnusbaum
539.v8c889169451f
🐛 Bug fixes
- JENKINS-71961 - Fix waitForBuild Step does not abort downstream build when upstream job aborted (#124) @stuartrowe
👷 Changes for plugin developers
- Use new isValid() API for ParameterDefinition. (#45) @jeffret-b
- Add
DownstreamBuildAction
to track metadata for scheduled downstream builds on the upstreamFlowNode
(#127) @dwnusbaum
516.v8ee60a_81c5b_9
🐛 Bug fixes
- Remove inline javascript code from BuildTriggerStep (#126) @NeetigyaPod
📝 Documentation updates
👻 Maintenance
✍ Other changes
- Add Plugin Development Team to CODEOWNERS (#123) @sghill-rewrite
505.v5f0844d8d126
🐛 Bug fixes
- Make
BuildTriggerListener
wait foronFinalized
, not justonCompleted
(#122) @jglick - JENKINS-71342 - WaitForBuild should proagate result of already completed downstream builds when propagate is enabled. (#116) @stuartrowe
496.v2449a_9a_221f2
491.v1fec530da_858
🚀 New features and improvements
- Mark pipeline waitForBuild step with the downstream build result (#112) @stuartrowe
490.v7df200b_9b_ef3
488.v8993df156e8d
🐛 Bug fixes
- Only add WarningAction when propagate: true (#110) @stuartrowe
487.va_823138eee8b_
🚀 New features and improvements
- Implement waitForBuild step (#106) @stuartrowe
486.vd08f550cceee
🚀 New features and improvements
- Implement option to wait only until the downstream build is started (#105) @stuartrowe