I would like to set the result of a stage.

      currentStage.result =  'SUCCESS'
      currentStage.result =  'FAILURE'
      currentStage.result =  'NOT_EXECUTED'
      currentStage.result =  'ABORTED'
      

          [JENKINS-36087] Set stage result manually

          Martin Stolle created issue -
          Martin Stolle made changes -
          Description Original: I would like to set the result of a stage.

          {{
          currentStage.result = 'SUCCESS'
          currentStage.result = 'FAILURE'
          currentStage.result = 'NOT_EXECUTED'
          currentStage.result = 'ABORTED'
          }}
          New: 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}
          Sam Van Oort made changes -
          Link New: This issue duplicates JENKINS-26522 [ JENKINS-26522 ]
          Sam Van Oort made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Closed [ 6 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 172737 ] New: JNJira + In-Review [ 210157 ]
          Andrew Bayer made changes -
          Component/s New: pipeline-general [ 21692 ]
          Andrew Bayer made changes -
          Component/s Original: workflow-plugin [ 18820 ]
          Jakub Bochenski made changes -
          Resolution Original: Fixed [ 1 ]
          Status Original: Closed [ 6 ] New: Reopened [ 4 ]
          Jakub Bochenski made changes -
          Resolution New: Duplicate [ 3 ]
          Status Original: Reopened [ 4 ] New: Resolved [ 5 ]

            svanoort Sam Van Oort
            martin_stolle Martin Stolle
            Votes:
            2 Vote for this issue
            Watchers:
            14 Start watching this issue

              Created:
              Updated:
              Resolved: