Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Won't Fix
-
None
-
CentOS
Jenkins v1.533
conditional-buildstep v1.31
Description
I have a multiconfiguration build with a conditional build step that is supposed to run when the build is marked as failed after an "invoke ant" step.
In the build log for each [failed] configuration I don't even see that it's checking for this condition. In the system log I see nothing too.
Sorry if I'm doing something stupid, I just have no idea where to look for the information.
EDIT:
It triggers for builds with SUCCESSFUL "Invoke Ant" steps before the conditional check. In the case where it is supposed to trigger, the build status AT BEST is set to "Unstable." Worst status is "FAILED".
Attachments
Issue Links
- is duplicated by
-
JENKINS-35474 Conditional step in post step of Maven Project run despite of result of build step
-
- Resolved
-
-
JENKINS-52609 Conditional step not getting executed even when build step failed and both worst step and best step are marked as failed
-
- Closed
-
This used to work and got broken somewhere along the way
It would be REALLY nice if we got it back.
The scenerio I have is we do allot of cross compileing for both MIPS and ARM archetitectures. We there-for have to use their supplied compilers for the the embeded device. We have a very rare, you can tell I just discoverd this, accurence where one of the compilers actually will swap 2 bytes in one very necessary binary. I can catch it using a md5sum against the newly compiled binary compared to an old valid one. When this happens I just need to restart the job from the beggining and it goes away.
As this job runs at night and normally takes a little over 1.5 hrs it is nice to have it restart automatically before having to-do it by hand in the morning.
Another example of how this would be used is contained here http://architects.dzone.com/articles/conditional-buildstep-jenkins. There
are many others also available.
If this was broken by something at a higher level please let me know who to contact to try and get this fixed.
THANKS for you hard work on this great product.