Skip to content
Commit 00e8f77b authored by Andrew Bayer's avatar Andrew Bayer Committed by Oleg Nenashev
Browse files

[FIXED JENKINS-38005] Properly log failure due to empty archive in Pipeline (#2823)

* [FIXED JENKINS-38005] Properly log failure due to empty archive in Pipeline

Since the job result is probably still null at the time that archiving
occurs, we weren't actually logging anything in Pipeline jobs in that
case. That was not ideal. So instead, let's log things, and also let's
update the error message to include a tip to use the allowEmptyArchive
option.

* Reverting to original message
parent 17eedcfd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment