Vladimir Kravets edited a comment on Improvement JENKINS-16198

Not quite, let's I try to reveal on real case:

I have such behavior at work:
1. We have build which using "clean intall" goals
2. In the job included post build action to deploy all artifact to nexus after build to be sure that on nexus will not exists artifacts from "bad" build.
3. We have in some times problem with nexus, due to this buils is "RED", since deployment was finished with error/exception.

Main propose to be able to fix a build after redeploy. I think that will be more to say that we want to recalculate build status after redeploy.

"Fixed" result is not exists as status for build result. Jenksins have SUCCESS, UNSTABLE, ABORTED, FAILURE...
For this case in the patch which I proposed already I performing recalculating build status from all the maven modules after redeploy.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to