Details
-
Type:
Improvement
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Duplicate
-
Component/s: pipeline, pipeline-stage-view-plugin
-
Environment:Jenkins 2.9
Pipeline 2.1
Pipeline Stage View Plugin 1.4
Windows 7, 64bit
-
Similar Issues:
Description
I would like to set the result of a stage.
currentStage.result = 'SUCCESS' currentStage.result = 'FAILURE' currentStage.result = 'NOT_EXECUTED' currentStage.result = 'ABORTED'
Attachments
Issue Links
- duplicates
-
JENKINS-26522 Annotated block/stage status
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Description |
I would like to set the result of a stage. {{ currentStage.result = 'SUCCESS' currentStage.result = 'FAILURE' currentStage.result = 'NOT_EXECUTED' currentStage.result = 'ABORTED' }} |
I would like to set the result of a stage. {code} currentStage.result = 'SUCCESS' currentStage.result = 'FAILURE' currentStage.result = 'NOT_EXECUTED' currentStage.result = 'ABORTED' {code} |
Link |
This issue duplicates |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | JNJira [ 172737 ] | JNJira + In-Review [ 210157 ] |
Component/s | pipeline-general [ 21692 ] |
Component/s | workflow-plugin [ 18820 ] |
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Resolution | Duplicate [ 3 ] | |
Status | Reopened [ 4 ] | Resolved [ 5 ] |