Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: workflow-api-plugin, workflow-cps-plugin
-
Labels:
-
Environment:Jenkins 2.0, pipeline 2.0 plugins
-
Similar Issues:
-
Epic Link:
Description
Having a failing assert hangs the pipeline for me. Requires a hard kill in order to stop it.
Test pipeline script:
assert false
Attachments
Issue Links
- is duplicated by
-
JENKINS-38769 Pipeline job hangs when agent loses network connectivity
-
- Resolved
-
-
JENKINS-39346 Cryptic serialization error when SimpleBuildWrapper throws AbortException in pipeline
-
- Resolved
-
-
JENKINS-38605 Conflict with withMaven plugin, serialization error
-
- Resolved
-
- relates to
-
JENKINS-39134 com.google.inject.CreationException after resuming build in script {} or withMaven {}
-
- Closed
-
- links to
(1 links to)
Code changed in jenkins
User: Jesse Glick
Path:
src/main/java/org/jenkinsci/plugins/workflow/actions/ErrorAction.java
src/test/java/org/jenkinsci/plugins/workflow/actions/ErrorActionTest.java
http://jenkins-ci.org/commit/workflow-api-plugin/18481659fcc4ee9f62fdbf07cd44aed373664832
Log:
Merge pull request #18 from ikedam/feature/
JENKINS-34488_UnserializableExceptionJENKINS-34488Use ProxyException for exceptions rejected by XStream