|
||||||||
|
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 |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Before a build is started by starting execution on an executor, there is no build, just a queue item. Those cannot have a result like builds, and nothing about them is recorded either. If you cancel one, no "failed build" or "canceled build" entry is created, and no build numbers are assigned either.
Is node being/going offline just an example, or is this the one condition that's relevant? If the latter, plugins like https://wiki.jenkins-ci.org/display/JENKINS/Extreme+Notification+Plugin or http://jenkins-enterprise.cloudbees.com/docs/user-guide-bundle/nodes-plus.html would solve this.