When you set a input step in a Pipeline each approved input step generate a line on status of the build

      The text "This was approved by user " it is not really useful if you do not know what approved this user, Is it possible to add the step messages instead "this"?

          [JENKINS-40536] Show question answered on build approvals

          Jesse Glick added a comment -

          I believe this is a duplicate. Probably best handled in conjunction with Blue Ocean features.

          Jesse Glick added a comment - I believe this is a duplicate. Probably best handled in conjunction with Blue Ocean features.

          Jesse Glick added a comment -

          Probably solvable with work svanoort has in progress.

          Jesse Glick added a comment - Probably solvable with work svanoort has in progress.

          Sam Van Oort added a comment -

          jglick It is, yes.

          Sam Van Oort added a comment - jglick It is, yes.

          Jesse Glick added a comment -

          Linking to JENKINS-37324 though TBD exactly what form this could take.

          Jesse Glick added a comment - Linking to  JENKINS-37324 though TBD exactly what form this could take.

          Andrew Bayer added a comment -

          svanoort - so is this addressed by the step description stuff?

          Andrew Bayer added a comment - svanoort - so is this addressed by the step description stuff?

          Sam Van Oort added a comment -

          abayer Should be!

          Sam Van Oort added a comment - abayer Should be!

          Not sure if this is resolved by the stage description. We're using a scripted pipeline with the stages similar to the following:

          node {
            stage ("test") {
              input(message: "Proceed?")
            }
          }
          

          We get this in Blue Ocean

          But this is in the Jenkins run view:

          Is there any way to get the stage description into the Jenkins view e.g. "Stage 'test' was approved by ..."

          Steven Visagie added a comment - Not sure if this is resolved by the stage description. We're using a scripted pipeline with the stages similar to the following: node { stage ("test") { input(message: "Proceed?") } } We get this in Blue Ocean But this is in the Jenkins run view: Is there any way to get the stage description into the Jenkins view e.g. "Stage 'test' was approved by ..."

            Unassigned Unassigned
            ifernandezcalvo Ivan Fernandez Calvo
            Votes:
            4 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated: