Input directive is blocking executor in declarative pipeline

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      Here are the simple pipeline that I'm using

      pipeline {
        agent {
          kubernetes {
            label 'mypod'
          }
        }
      
        stages {
          stage('input') {
            input {
                message "Should we continue?"
            }
            steps {
              echo "continued"
            }
          }
        }
      }
      

      The issue was originally found in the usual declarative pipeline and it had been fixed eventually.
      https://issues.jenkins-ci.org/browse/JENKINS-37515
      https://issues.jenkins-ci.org/browse/JENKINS-48379

      however, it is reproducing with the kubernete plugin now.

            Assignee:
            Unassigned
            Reporter:
            jubel han
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: