Issue Type: Bug Bug
Assignee: Unassigned
Components: multijob-plugin
Created: 21/Jan/15 2:10 PM
Description:

configTopList.add(secondPhase); should be
configTopList2.add(secondPhase); in the following piece of code from ConditionalPhaseTest.java

// create 'SecondPhase' containing job 'free2'
PhaseJobsConfig secondPhase = new PhaseJobsConfig("free2", null, true, null, KillPhaseOnJobResultCondition.NEVER, false, false, "", 0, false, false, "",false);
List<PhaseJobsConfig> configTopList2 = new ArrayList<PhaseJobsConfig>();
configTopList.add(secondPhase);
MultiJobBuilder secondPhaseBuilder = new MultiJobBuilder("SecondPhase", configTopList2, ContinuationCondition.SUCCESSFUL);

Environment: version 1.16
Project: Jenkins
Priority: Major Major
Reporter: Jack Yang
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.

Reply via email to