Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
The documentation for the Build step presently states this:
result typically SUCCESS, UNSTABLE, or FAILED (may be null for an ongoing build)
However, the actual state is FAILURE, not FAILED.
Code changed in jenkins
User: Jesse Glick
Path:
src/main/resources/org/jenkinsci/plugins/workflow/support/steps/build/BuildTriggerStep/help-wait.html
http://jenkins-ci.org/commit/pipeline-build-step-plugin/d3fb488c4750cf70166bfd13a2a264c2ed75d2e3
Log:
Merge pull request #6 from dcsobral/patch-1
[FIX JENKINS-37484] Replace FAILED with FAILURE
Compare: https://github.com/jenkinsci/pipeline-build-step-plugin/compare/830481cf9eb7...d3fb488c4750