-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins 2.0, pipeline 2.0 plugins
Having a failing assert hangs the pipeline for me. Requires a hard kill in order to stop it.
Test pipeline script:
assert false
- 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)
[JENKINS-34488] Failing 'assert' hangs the pipeline
Labels | Original: pipeline workflow | New: groovy workflow |
Epic Link | New: JENKINS-35390 [ 171183 ] |
Labels | Original: groovy workflow | New: groovy |
Workflow | Original: JNJira [ 170614 ] | New: JNJira + In-Review [ 183975 ] |
Component/s | New: pipeline-general [ 21692 ] |
Component/s | Original: workflow-plugin [ 18820 ] |
Component/s | New: workflow-cps-plugin [ 21713 ] | |
Component/s | Original: pipeline [ 21692 ] |
Attachment | New: threaddump_halt_by_assert.txt [ 33984 ] |
Worth noting a workaround: just add a message to the assertion, e.g.