-
Bug
-
Resolution: Unresolved
-
Minor
-
None
publishHTML step ends with colour indicator as green even though there is an error thrown as the file to be published cannot be found. In the simplified example, the error was easily noticed since it was a single step to publish a non-existence file. In a longer pipeline, the error was not immediately noticeable.
Not only is it green, the build keeps going until the end and then randomly indicates a failure even though every step of the build appears to have passed. I had to comment out each part of the build to figure out what was going wrong.