Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-37292

jenkins.model.lazy.LazyBuildMixIn onLoad JENKINS-27530: improper nextBuildNumber 0 detected in hudson.matrix.MatrixConfiguration for each new Multi-Branch-Matrix jobs (without build)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • matrix-project-plugin
    • None
    • Ubuntu 14.04 x86_64
      OpenJDK-7u101
      Jenkins 2.17
      Multi-branch-project 0.5.1
    • 1.19

      For each Multi-Branch-Matrix branch jobs,
      if it has not been built before (empty build history),
      when Jenkins service start-up,
      Jenkins.log will display the warning below:

      Aug 09, 2016 2:58:59 PM jenkins.model.lazy.LazyBuildMixIn onLoad
      WARNING: JENKINS-27530: improper nextBuildNumber 0 detected in hudson.matrix.MatrixConfiguration@2567e62d[Projects/TestProject/br_5-4/br_5-4_1/BUILD_TYPE=coverage,MODEL_NAME=A] with highest build number 0; adjusting
      Aug 09, 2016 2:58:59 PM jenkins.model.lazy.LazyBuildMixIn onLoad
      WARNING: JENKINS-27530: improper nextBuildNumber 0 detected in hudson.matrix.MatrixConfiguration@2e3ea558[Projects/TestProject/br_5-4/br_5-4_1/BUILD_TYPE=coverage,MODEL_NAME=B] with highest build number 0; adjusting
      Aug 09, 2016 2:58:59 PM jenkins.model.lazy.LazyBuildMixIn onLoad
      WARNING: JENKINS-27530: improper nextBuildNumber 0 detected in hudson.matrix.MatrixConfiguration@611cd23f[Projects/TestProject/br_5-4/br_5-4_1/BUILD_TYPE=coverage,MODEL_NAME=C] with highest build number 0; adjusting
      Aug 09, 2016 2:58:59 PM jenkins.model.lazy.LazyBuildMixIn onLoad
      WARNING: JENKINS-27530: improper nextBuildNumber 0 detected in hudson.matrix.MatrixConfiguration@67cbedaf[Projects/TestProject/br_5-4/br_5-4_1/BUILD_TYPE=coverage,MODEL_NAME=D] with highest build number 0; adjusting
      ......
      ......
      

      In this case,
      Projects/TestProject = Folder
      br_5-4 = Multi-Branch-Matrix job
      br_5-4_1 = one of branch jobs that has not been built before

      Also it seems for the Multi-Branch-Matrix jobs itself (not the branch jobs)
      also has the improper nextBuildNumber issue:

      Aug 09, 2016 2:58:59 PM jenkins.model.lazy.LazyBuildMixIn onLoad
      WARNING: JENKINS-27530: improper nextBuildNumber 0 detected in hudson.matrix.MatrixConfiguration@7b1d8f08[Projects/TestProject/trunk/template/BUILD_TYPE=coverage,MODEL_NAME=A] with highest build number 0; adjusting
      Aug 09, 2016 2:58:59 PM jenkins.model.lazy.LazyBuildMixIn onLoad
      WARNING: JENKINS-27530: improper nextBuildNumber 0 detected in hudson.matrix.MatrixConfiguration@6c9b9646[Projects/TestProject/trunk/template/BUILD_TYPE=coverage,MODEL_NAME=B] with highest build number 0; adjusting
      Aug 09, 2016 2:58:59 PM jenkins.model.lazy.LazyBuildMixIn onLoad
      WARNING: JENKINS-27530: improper nextBuildNumber 0 detected in hudson.matrix.MatrixConfiguration@6712e1ed[Projects/TestProject/trunk/template/BUILD_TYPE=coverage,MODEL_NAME=C] with highest build number 0; adjusting
      Aug 09, 2016 2:58:59 PM jenkins.model.lazy.LazyBuildMixIn onLoad
      WARNING: JENKINS-27530: improper nextBuildNumber 0 detected in hudson.matrix.MatrixConfiguration@5f03cde9[Projects/TestProject/trunk/template/BUILD_TYPE=release,MODEL_NAME=A] with highest build number 0; adjusting
      Aug 09, 2016 2:58:59 PM jenkins.model.lazy.LazyBuildMixIn onLoad
      WARNING: JENKINS-27530: improper nextBuildNumber 0 detected in hudson.matrix.MatrixConfiguration@5cdfb08d[Projects/TestProject/trunk/template/BUILD_TYPE=release,MODEL_NAME=B] with highest build number 0; adjusting
      Aug 09, 2016 2:58:59 PM jenkins.model.lazy.LazyBuildMixIn onLoad
      WARNING: JENKINS-27530: improper nextBuildNumber 0 detected in hudson.matrix.MatrixConfiguration@3f6b4794[Projects/TestProject/trunk/template/BUILD_TYPE=release,MODEL_NAME=C] with highest build number 0; adjusting
      Aug 09, 2016 2:58:59 PM jenkins.model.lazy.LazyBuildMixIn onLoad
      WARNING: JENKINS-27530: improper nextBuildNumber 0 detected in hudson.matrix.MatrixConfiguration@372a8159[Projects/TestProject/trunk/template/BUILD_TYPE=debug,MODEL_NAME=A] with highest build number 0; adjusting
      Aug 09, 2016 2:58:59 PM jenkins.model.lazy.LazyBuildMixIn onLoad
      WARNING: JENKINS-27530: improper nextBuildNumber 0 detected in hudson.matrix.MatrixConfiguration@45271f57[Projects/TestProject/trunk/template/BUILD_TYPE=debug,MODEL_NAME=B] with highest build number 0; adjusting
      Aug 09, 2016 2:58:59 PM jenkins.model.lazy.LazyBuildMixIn onLoad
      WARNING: JENKINS-27530: improper nextBuildNumber 0 detected in hudson.matrix.MatrixConfiguration@60ba73f3[Projects/TestProject/trunk/template/BUILD_TYPE=debug,MODEL_NAME=C] with highest build number 0; adjusting
      ......
      ......
      

      In this case,
      Projects/TestProject = Folders
      trunk = Multi-Branch-Matrix project

            raihaan Raihaan Shouhell
            totoroliu Rick Liu
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: