Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-51172

wrong pause image in the train after accepting an input step

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Major Major
    • blueocean-plugin
    • None
    • Jenkins ver. 2.107.2, SLES 11.4

      consider following pipeline:

      pipeline {
        agent none
        stages {
          stage ("Input") {
            input {
              message 'Are you sure?'
            }  
            agent any
            steps {
              sh 'sleep 10'
            }
          }
        }
      }
      

      If you accept the red marked input step icon does not change in blue ocean:

       

          [JENKINS-51172] wrong pause image in the train after accepting an input step

          There are no comments yet on this issue.

            Unassigned Unassigned
            tkleiber Torsten Kleiber
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: