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

Regression in 1.503: NPE when checking if the executor is interrupted

      Revision 2942601 introduced an NPE.
      If a build's project implements Queue.FlyweightTask, build.getExecutor() returns null.
      This prevents any flyweight build from finishing successfully.

      This is a blocker because it has completely broken several jobs in our workflow, and we are forced to either downgrade or change the project type until a fix is made. There is no other workaround currently for this.

          [JENKINS-17025] Regression in 1.503: NPE when checking if the executor is interrupted

          Joel Johnson added a comment -

          Pull Request fixes this bug: https://github.com/jenkinsci/jenkins/pull/724

          Joel Johnson added a comment - Pull Request fixes this bug: https://github.com/jenkinsci/jenkins/pull/724

          Code changed in jenkins
          User: Jesse Glick
          Path:
          core/src/main/java/hudson/model/Build.java
          http://jenkins-ci.org/commit/jenkins/92fa6e57b73d27d9e7a4254c45cdc7538d1daa3d
          Log:
          Merge pull request #724 from JoelJ/patch-1

          [FIXED JENKINS-17025] NPE when checking if the executor is interrupted

          Compare: https://github.com/jenkinsci/jenkins/compare/db230778203b...92fa6e57b73d


          You received this message because you are subscribed to the Google Groups "Jenkins Commits" group.
          To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscribe@googlegroups.com.
          For more options, visit https://groups.google.com/groups/opt_out.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: core/src/main/java/hudson/model/Build.java http://jenkins-ci.org/commit/jenkins/92fa6e57b73d27d9e7a4254c45cdc7538d1daa3d Log: Merge pull request #724 from JoelJ/patch-1 [FIXED JENKINS-17025] NPE when checking if the executor is interrupted Compare: https://github.com/jenkinsci/jenkins/compare/db230778203b...92fa6e57b73d – You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out .

          Code changed in jenkins
          User: Jesse Glick
          Path:
          changelog.html
          http://jenkins-ci.org/commit/jenkins/fa50b3d7e6e2a361884cb432fbf101171ebe6c01
          Log:
          JENKINS-17025 Noting.


          You received this message because you are subscribed to the Google Groups "Jenkins Commits" group.
          To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscribe@googlegroups.com.
          For more options, visit https://groups.google.com/groups/opt_out.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: changelog.html http://jenkins-ci.org/commit/jenkins/fa50b3d7e6e2a361884cb432fbf101171ebe6c01 Log: JENKINS-17025 Noting. – You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out .

          dogfood added a comment -

          Integrated in jenkins_main_trunk #2323
          JENKINS-17025 Noting. (Revision fa50b3d7e6e2a361884cb432fbf101171ebe6c01)

          Result = SUCCESS
          Jesse Glick : fa50b3d7e6e2a361884cb432fbf101171ebe6c01
          Files :

          • changelog.html

          dogfood added a comment - Integrated in jenkins_main_trunk #2323 JENKINS-17025 Noting. (Revision fa50b3d7e6e2a361884cb432fbf101171ebe6c01) Result = SUCCESS Jesse Glick : fa50b3d7e6e2a361884cb432fbf101171ebe6c01 Files : changelog.html

            joelj Joel Johnson
            joelj Joel Johnson
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: