Jacobo Jimenez created JENKINS-13872:
----------------------------------------

             Summary: Counter Parameter Factory
                 Key: JENKINS-13872
                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13872
             Project: Jenkins
          Issue Type: Bug
          Components: parameterized-trigger
    Affects Versions: current
         Environment: GNU/Linux x86_64 2.6.16
Tomcat
            Reporter: Jacobo Jimenez
            Assignee: huybrechts


Defining a "Trigger/call builds on other projects" build step with "Counter 
Parameter Factory" as follow:

FROM = 1
TO = $VARIABLE
STEP = 1

It should do nothing, I mean, do not build step, if $VARIABLE is zero but it is 
failing with following exception:

FATAL: Counting with step size 0 will not terminate!
java.lang.RuntimeException: Counting with step size 0 will not terminate!


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to