-
Bug
-
Resolution: Fixed
-
Major
-
None
Resuming build at ... after Jenkins restart [Pipeline] End of Pipeline java.io.IOException: Failed to load build state at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution$3.onSuccess(CpsFlowExecution.java:610) at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution$3.onSuccess(CpsFlowExecution.java:608) at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution$4$1.run(CpsFlowExecution.java:651) at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.run(CpsVmExecutorService.java:35) at ... Caused by: org.acegisecurity.AccessDeniedException: Please login to access job ... at jenkins.model.Jenkins.getItem(Jenkins.java:2724) at jenkins.model.Jenkins.getItem(Jenkins.java:324) at jenkins.model.Jenkins.getItemByFullName(Jenkins.java:2830) at hudson.model.Run.fromExternalizableId(Run.java:2314) at org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution$PlaceholderTask.runForDisplay(ExecutorStepExecution.java:385) at org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution$PlaceholderTask.getDisplayName(ExecutorStepExecution.java:398) at org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution$PlaceholderTask.getFullDisplayName(ExecutorStepExecution.java:407) at org.jenkinsci.plugins.workflow.support.pickles.ExecutorPickle$1.printWaitingMessage(ExecutorPickle.java:116) at org.jenkinsci.plugins.workflow.support.pickles.TryRepeatedly$1.run(TryRepeatedly.java:95) at ...
Presumably there is no anonymous read access, and the Timer thread used by TryRepeatedly neglected to impersonate SYSTEM.
- is duplicated by
-
JENKINS-42504 Pipeline build hangs with "Failed to load build state" due to org.acegisecurity.AccessDeniedException
-
- Resolved
-
- is related to
-
JENKINS-42707 ReverseBuildTrigger can throw AccessDeniedException
-
- Resolved
-
-
JENKINS-63868 PlaceholderTask.getOwnerTask vulnerable to AccessDeniedException
-
- Resolved
-
-
JENKINS-50296 ThreadPools for remoting should run as SYSTEM user
-
- Resolved
-
- relates to
-
JENKINS-42577 Jenkins.version saved only from doConfigSubmit
-
- Resolved
-
-
JENKINS-42586 OldDataMonitor.referTo can throw AccessDeniedException
-
- Open
-
-
JENKINS-60507 Pipeline stuck when allocating machine | node block appears to be neither running nor scheduled
-
- Reopened
-
-
JENKINS-45553 Parallel pipeline execution scales poorly
-
- Closed
-
- links to
Code changed in jenkins
User: Daniel Beck
Path:
core/src/main/java/hudson/model/Queue.java
http://jenkins-ci.org/commit/jenkins/13d85fb805161a94e45d4ac485fb3a84d2c72e1a
Log:
Merge pull request #2791 from jglick/Queue-logging-
JENKINS-42556JENKINS-42556Improved logging for QueueCompare: https://github.com/jenkinsci/jenkins/compare/ea724ab13dd3...13d85fb80516