• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • core
    • None
    • Jenkins 1.446
      Next Executions plugin 1.0.2

      Steps to reproduce:

      1. Create a free-style job and set its "Build periodically" schedule to "0 0 1 0 0"
      2. Go to All view, then jenkins' java process consumes 100% CPU

      As described in the help, month=0 is invalid. Jenkins should reject month=0.

      > MONTH The month (1-12)

          [JENKINS-12356] Infinite loop with crontab "0 0 1 0 0"

          Code changed in jenkins
          User: Seiji Sogabe
          Path:
          changelog.html
          core/src/main/java/hudson/scheduler/BaseParser.java
          http://jenkins-ci.org/commit/jenkins/921359c1257a3e30aa46e491c2c00817b838e52c
          Log:
          [FIXED JENKINS-12356] month should not be 0.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Seiji Sogabe Path: changelog.html core/src/main/java/hudson/scheduler/BaseParser.java http://jenkins-ci.org/commit/jenkins/921359c1257a3e30aa46e491c2c00817b838e52c Log: [FIXED JENKINS-12356] month should not be 0.

          dogfood added a comment -

          Integrated in jenkins_main_trunk #1485
          [FIXED JENKINS-12356] month should not be 0. (Revision 921359c1257a3e30aa46e491c2c00817b838e52c)

          Result = SUCCESS
          Seiji Sogabe : 921359c1257a3e30aa46e491c2c00817b838e52c
          Files :

          • changelog.html
          • core/src/main/java/hudson/scheduler/BaseParser.java

          dogfood added a comment - Integrated in jenkins_main_trunk #1485 [FIXED JENKINS-12356] month should not be 0. (Revision 921359c1257a3e30aa46e491c2c00817b838e52c) Result = SUCCESS Seiji Sogabe : 921359c1257a3e30aa46e491c2c00817b838e52c Files : changelog.html core/src/main/java/hudson/scheduler/BaseParser.java

          Thank you for fixing the issue.

          I should have linked the issue and pull-344,
          in order not to let multiple people try to resolve same issue separately.

          OHTAKE Tomohiro added a comment - Thank you for fixing the issue. I should have linked the issue and pull-344 , in order not to let multiple people try to resolve same issue separately.

            sogabe sogabe
            ohtake_tomohiro OHTAKE Tomohiro
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: