Change By: Jack Yang (21/Jan/15 2:11 PM)
Summary: ConditionalPhaseTest.java line#64 configTopList.add(secondPhase); for the  SecondPahse  SecondPhase  should be configTopList2.add(secondPhase);
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);



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