Issue Type: Bug Bug
Affects Versions: current
Assignee: Kohsuke Kawaguchi
Components: build-name-setter, matrix
Created: 27/Jan/14 8:35 PM
Description:

Seen with Jenkins ver. 1.548

Can be reproduced easily by creating a basic matrix job:
AXIS_A: A1 A2
AXIS_B: B1 B2 B3 B4

And setting:
Execute concurrent builds if necessary: True
Set Build Name: 123456 #${BUILD_NUMBER}
(Instead of 123456, we typically set the SCM Change ID)

As a build step:
Execute Shell: "sleep 30"

Fire 2 or 3 times "Build Now"

All the configurations should have a SUCCESS status and the global status should be SUCCESS too.

But, even if all the configurations' consoles tell "Finished: SUCCESS", some of them get a red ball failure icon anyway. And the global console tells, for example:
"A1,B1 completed with result FAILURE"
Then, the global status is FAILED, while all the configurations succeeded!

It works again if either of the options "Set Build Name" or "Execute concurrent builds if necessary" is removed.

Project: Jenkins
Labels: matrix plugins
Priority: Major Major
Reporter: Benoit Belbezet
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to