Peter S commented on Bug JENKINS-14102

Could you place this system groovy script in postbuild steps as first step. Check console output after reproducing bug to see evaluated build result.

system groovy script
import jenkins.*;
import jenkins.model.*;

def build = Thread.currentThread().executable
println('Build result:' + build.getResult().toString())
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