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)
Worth noting a workaround: just add a message to the assertion, e.g.