• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • None
    • Jenkins version 2.440.3-lts. Running in docker.

      The pipeline doesn't continue after I click proceed when using pipeline input step. 

      Related plugins :

      pipeline-rest-api:2.32,

      pipeline-graph-analysis:202.va_d268e64deb_3,

      pipeline-model-definition:2.2144.v077a_d1928a_40,

      blueocean-pipeline-api-impl:1.27.11,

      workflow-aggregator:596.v8c21c963d92d,

       

      Plugin Version
      pipeline-graph-analysis 202.va_d268e64deb_3
      pipeline-model-definition 2.2144.v077a_d1928a_40
      workflow-aggregator 596.v8c21c963d92d
      blueocean-pipeline-api-impl 1.27.11
      pipeline-rest-api 2.32
      pipeline-stage-view 2.32
      pipeline-build-step 505.v5f0844d8d126
      pipeline-groovy-lib 656.va_a_ceeb_6ffb_f7

       

      This is how it is defined in configuration:

      When I use BlueOcean the pipeline accepts the input and proceeds.

        1. image-2024-05-07-14-15-56-654.png
          image-2024-05-07-14-15-56-654.png
          67 kB
        2. image-2024-05-07-14-26-01-168.png
          image-2024-05-07-14-26-01-168.png
          27 kB
        3. job-config.xml
          2 kB
        4. plugins.txt
          3 kB
        5. run-jenkins.sh
          0.9 kB

          [JENKINS-73104] Proceed button not working in classic view

          Mark Waite added a comment - - edited

          I attempted to duplicate the problem you're describing with the current releases of the plugins, since almost all of the plugins in your list have one or more pending upgrades.  I was unable to duplicate the problem as described.  Here are the steps that I took while trying to duplicate the problem with current plugins:

           

          1.  Create a plugins.txt file that lists all the plugins I've installed, including Pipeline, blue ocean, git, and more. The list of installed plugins includes the latest version of all the plugins that you listed
          2. Create a run-jenkins.sh shell script that downloads Jenkins 2.440.3 and all the plugins from the plugins.txt file
          3. Run the run-jenkins.sh shell script and complete the setup wizard by creating a user and choosing to install no additional plugins
          4. Create a job with the Pipeline definition as noted in job-config.xml
          5. Run the job and confirm that selecting from the Pipeline stage view I am able to continue the job

          The Pipeline script that I used is like this:

          pipeline {
              agent none
          
              stages {
                  stage('Hello') {
                      steps {
                          echo 'Hello World'
                      }
                  }
                  stage('Pause-for-input') {
                      steps {
                          script {
                              scanType = input message: 'Choose one', ok: 'Proceed', 
                                                  parameters: [choice(name: 'Type', choices: ['Full', 'Part', 'None'])]
                              echo "Selected scan type is ${scanType}"
                          }
                      }
                  }
                  stage('Goodbye') {
                      steps {
                          echo 'Goodbye World'
                      }
                  }
              }
          }
          

          Does your scenario also fail when you upgrade to the latest releases of all the plugins?

          After upgrading to the most recent releases of all the plugins, please provide the detailed list of all the installed plugins as described in "How to report an issue".

          Mark Waite added a comment - - edited I attempted to duplicate the problem you're describing with the current releases of the plugins, since almost all of the plugins in your list have one or more pending upgrades.  I was unable to duplicate the problem as described.  Here are the steps that I took while trying to duplicate the problem with current plugins:    Create a plugins.txt file that lists all the plugins I've installed, including Pipeline, blue ocean, git, and more. The list of installed plugins includes the latest version of all the plugins that you listed Create a run-jenkins.sh shell script that downloads Jenkins 2.440.3 and all the plugins from the plugins.txt file Run the run-jenkins.sh shell script and complete the setup wizard by creating a user and choosing to install no additional plugins Create a job with the Pipeline definition as noted in job-config.xml Run the job and confirm that selecting from the Pipeline stage view I am able to continue the job The Pipeline script that I used is like this: pipeline { agent none stages { stage( 'Hello' ) { steps { echo 'Hello World' } } stage( 'Pause- for -input' ) { steps { script { scanType = input message: 'Choose one' , ok: 'Proceed' , parameters: [choice(name: 'Type' , choices: [ 'Full' , 'Part' , 'None' ])] echo "Selected scan type is ${scanType}" } } } stage( 'Goodbye' ) { steps { echo 'Goodbye World' } } } } Does your scenario also fail when you upgrade to the latest releases of all the plugins? After upgrading to the most recent releases of all the plugins, please provide the detailed list of all the installed plugins as described in "How to report an issue" .

          Simon added a comment - - edited

          Hey, I upgraded some plugins and the problem went away. Currently I have these versions.  ace-editor:1.1
          ant:487.vd79d090d4ea_e
          antisamy-markup-formatter:162.v0e6ec0fcfcf6
          any-buildstep:14.ve115ec1484f0
          apache-httpcomponents-client-4-api:4.5.14-208.v438351942757
          apache-httpcomponents-client-5-api:5.2.1-1.0
          asm-api:9.7-33.v4d23ef79fcc8
          authentication-tokens:1.53.v1c90fd9191a_b_
          blueocean-bitbucket-pipeline:1.27.11
          blueocean-commons:1.27.12
          blueocean-config:1.27.11
          blueocean-core-js:1.27.12
          blueocean-dashboard:1.27.11
          blueocean-display-url:2.4.2
          blueocean-events:1.27.11
          blueocean-git-pipeline:1.27.12
          blueocean-github-pipeline:1.27.11
          blueocean-i18n:1.27.11
          blueocean-jira:1.27.11
          blueocean-jwt:1.27.12
          blueocean-personalization:1.27.11
          blueocean-pipeline-api-impl:1.27.12
          blueocean-pipeline-editor:1.27.11
          blueocean-pipeline-scm-api:1.27.12
          blueocean-rest-impl:1.27.12
          blueocean-rest:1.27.12
          blueocean-web:1.27.12
          blueocean:1.27.11
          bootstrap5-api:5.3.3-1
          bouncycastle-api:2.28
          branch-api:2.1169.va_f810c56e895
          build-pipeline-plugin:2.0.1
          build-timeout:1.31
          build-user-vars-plugin:1.9
          caffeine-api:3.1.8-133.v17b_1ff2e0599
          checks-api:2.2.0
          cloud-stats:267.v577e3742c282
          cloudbees-bitbucket-branch-source:832.v43175a_425ea_6
          cloudbees-folder:6.901.vb_4c7a_da_75da_3
          command-launcher:100.v2f6722292ee8
          commons-lang3-api:3.13.0-62.v7d18e55f51e2
          commons-text-api:1.11.0-109.vfe16c66636eb_
          conditional-buildstep:1.4.3
          config-file-provider:959.vcff671a_4518b_
          configuration-as-code-groovy:1.1
          configuration-as-code:1775.v810dc950b_514
          credentials-binding:677.vdc9d38cb_254d
          credentials:1337.v60b_d7b_c7b_c9f
          display-url-api:2.204.vf6fddd8a_8b_e9
          docker-commons:419.v8e3cd84ef49c
          docker-java-api:3.3.0-77.vd409a_cdc37d5
          docker-plugin:1.3.8
          docker-workflow:563.vd5d2e5c4007f
          durable-task:555.v6802fe0f0b_82
          echarts-api:5.5.0-1
          email-ext:2.105
          envinject-api:1.199.v3ce31253ed13
          envinject:2.901.v0038b_6471582
          favorite:2.208.v91d65b_7792a_c
          flexible-publish:0.16.1
          font-awesome-api:6.5.2-1
          git-client:4.7.0
          git:5.2.1
          github-api:1.318-461.v7a_c09c9fa_d63
          github-branch-source:1789.v5b_0c0cea_18c3
          github:1.38.0
          gradle:2.7
          gson-api:2.10.1-15.v0d99f670e0a_7
          handy-uri-templates-2-api:2.1.8-30.v7e777411b_148
          htmlpublisher:1.33
          http_request:1.16
          instance-identity:185.v303dc7c645f9
          ionicons-api:56.v1b_1c8c49374e
          jackson2-api:2.17.0-379.v02de8ec9f64c
          jakarta-activation-api:2.1.3-1
          jakarta-mail-api:2.1.3-1
          javadoc:233.vdc1a_ec702cff
          javax-activation-api:1.2.0-6
          javax-mail-api:1.6.2-9
          jaxb:2.3.9-1
          jdk-tool:66.vd8fa_64ee91b_d
          jenkins-design-language:1.27.12
          jersey2-api:2.39.1-2
          jira:3.12
          jjwt-api:0.11.5-77.v646c772fddb_0
          job-dsl:1.83
          joda-time-api:2.12.7-29.v5a_b_e3a_82269a_
          jquery:1.12.4-1
          jquery3-api:3.7.1-2
          jsch:0.2.8-65.v052c39de79b_2
          json-api:20240303-41.v94e11e6de726
          json-path-api:2.9.0-58.v62e3e85b_a_655
          junit:1265.v65b_14fa_f12f0
          kubernetes-client-api:6.4.1-215.v2ed17097a_8e9
          kubernetes-credentials:0.10.0
          kubernetes:3937.vd7b_82db_e347b_
          ldap:682.v7b_544c9d1512
          locale:262.ved03281fa_64f
          m2release:0.16.3
          mailer:472.vf7c289a_4b_420
          matrix-auth:3.1.7
          matrix-project:818.v7eb_e657db_924
          maven-plugin:3.22
          metrics:4.2.18-438.v0ede325a_4c68
          mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd
          mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd
          momentjs:1.1.1
          nodejs:1.6.0
          okhttp-api:4.11.0-172.vda_da_1feeb_c6e
          pam-auth:1.10
          parameterized-trigger:787.v665fcf2a_830b_
          pipeline-build-step:540.vb_e8849e1a_b_d8
          pipeline-github-lib:42.v0739460cda_c4
          pipeline-graph-analysis:216.vfd8b_ece330ca_
          pipeline-groovy-lib:704.vc58b_8890a_384
          pipeline-input-step:495.ve9c153f6067b_
          pipeline-milestone-step:119.vdfdc43fc3b_9a_
          pipeline-model-api:2.2198.v41dd8ef6dd56
          pipeline-model-definition:2.2198.v41dd8ef6dd56
          pipeline-model-extensions:2.2198.v41dd8ef6dd56
          pipeline-rest-api:2.34
          pipeline-stage-step:312.v8cd10304c27a_
          pipeline-stage-tags-metadata:2.2198.v41dd8ef6dd56
          pipeline-stage-view:2.34
          plain-credentials:179.vc5cb_98f6db_38
          plugin-util-api:4.1.0
          popper2-api:2.11.6-4
          prism-api:1.29.0-13
          prometheus:2.2.2
          pubsub-light:1.18
          resource-disposer:0.22
          run-condition:1.5
          scm-api:690.vfc8b_54395023
          script-security:1336.vf33a_a_9863911
          simple-theme-plugin:160.vb_76454b_67900
          slack:664.vc9a_90f8b_c24a_
          snakeyaml-api:2.2-111.vc6598e30cc65
          sonar:2.15
          sse-gateway:1.26
          ssh-credentials:337.v395d2403ccd4
          ssh-slaves:2.877.v365f5eb_a_b_eec
          sshd:3.322.v159e91f6a_550
          structs:337.v1b_04ea_4df7c8
          syslog-logger:1.0.5
          timestamper:1.25
          token-macro:400.v35420b_922dcb_
          trilead-api:2.142.v748523a_76693
          variant:60.v7290fc0eb_b_cd
          workflow-aggregator:596.v8c21c963d92d
          workflow-api:1291.v51fd2a_625da_7
          workflow-basic-steps:1058.vcb_fc1e3a_21a_9
          workflow-cps:3894.3896.vca_2c931e7935
          workflow-durable-task-step:1336.v768003e07199
          workflow-job:1400.v7fd111b_ec82f
          workflow-multibranch:773.vc4fe1378f1d5
          workflow-scm-step:415.v434365564324
          workflow-step-api:657.v03b_e8115821b_
          workflow-support:907.v6713a_ed8a_573
          ws-cleanup:0.45

           

          Thank you for you time.

          Simon added a comment - - edited Hey, I upgraded some plugins and the problem went away. Currently I have these versions.  ace-editor:1.1 ant:487.vd79d090d4ea_e antisamy-markup-formatter:162.v0e6ec0fcfcf6 any-buildstep:14.ve115ec1484f0 apache-httpcomponents-client-4-api:4.5.14-208.v438351942757 apache-httpcomponents-client-5-api:5.2.1-1.0 asm-api:9.7-33.v4d23ef79fcc8 authentication-tokens:1.53.v1c90fd9191a_b_ blueocean-bitbucket-pipeline:1.27.11 blueocean-commons:1.27.12 blueocean-config:1.27.11 blueocean-core-js:1.27.12 blueocean-dashboard:1.27.11 blueocean-display-url:2.4.2 blueocean-events:1.27.11 blueocean-git-pipeline:1.27.12 blueocean-github-pipeline:1.27.11 blueocean-i18n:1.27.11 blueocean-jira:1.27.11 blueocean-jwt:1.27.12 blueocean-personalization:1.27.11 blueocean-pipeline-api-impl:1.27.12 blueocean-pipeline-editor:1.27.11 blueocean-pipeline-scm-api:1.27.12 blueocean-rest-impl:1.27.12 blueocean-rest:1.27.12 blueocean-web:1.27.12 blueocean:1.27.11 bootstrap5-api:5.3.3-1 bouncycastle-api:2.28 branch-api:2.1169.va_f810c56e895 build-pipeline-plugin:2.0.1 build-timeout:1.31 build-user-vars-plugin:1.9 caffeine-api:3.1.8-133.v17b_1ff2e0599 checks-api:2.2.0 cloud-stats:267.v577e3742c282 cloudbees-bitbucket-branch-source:832.v43175a_425ea_6 cloudbees-folder:6.901.vb_4c7a_da_75da_3 command-launcher:100.v2f6722292ee8 commons-lang3-api:3.13.0-62.v7d18e55f51e2 commons-text-api:1.11.0-109.vfe16c66636eb_ conditional-buildstep:1.4.3 config-file-provider:959.vcff671a_4518b_ configuration-as-code-groovy:1.1 configuration-as-code:1775.v810dc950b_514 credentials-binding:677.vdc9d38cb_254d credentials:1337.v60b_d7b_c7b_c9f display-url-api:2.204.vf6fddd8a_8b_e9 docker-commons:419.v8e3cd84ef49c docker-java-api:3.3.0-77.vd409a_cdc37d5 docker-plugin:1.3.8 docker-workflow:563.vd5d2e5c4007f durable-task:555.v6802fe0f0b_82 echarts-api:5.5.0-1 email-ext:2.105 envinject-api:1.199.v3ce31253ed13 envinject:2.901.v0038b_6471582 favorite:2.208.v91d65b_7792a_c flexible-publish:0.16.1 font-awesome-api:6.5.2-1 git-client:4.7.0 git:5.2.1 github-api:1.318-461.v7a_c09c9fa_d63 github-branch-source:1789.v5b_0c0cea_18c3 github:1.38.0 gradle:2.7 gson-api:2.10.1-15.v0d99f670e0a_7 handy-uri-templates-2-api:2.1.8-30.v7e777411b_148 htmlpublisher:1.33 http_request:1.16 instance-identity:185.v303dc7c645f9 ionicons-api:56.v1b_1c8c49374e jackson2-api:2.17.0-379.v02de8ec9f64c jakarta-activation-api:2.1.3-1 jakarta-mail-api:2.1.3-1 javadoc:233.vdc1a_ec702cff javax-activation-api:1.2.0-6 javax-mail-api:1.6.2-9 jaxb:2.3.9-1 jdk-tool:66.vd8fa_64ee91b_d jenkins-design-language:1.27.12 jersey2-api:2.39.1-2 jira:3.12 jjwt-api:0.11.5-77.v646c772fddb_0 job-dsl:1.83 joda-time-api:2.12.7-29.v5a_b_e3a_82269a_ jquery:1.12.4-1 jquery3-api:3.7.1-2 jsch:0.2.8-65.v052c39de79b_2 json-api:20240303-41.v94e11e6de726 json-path-api:2.9.0-58.v62e3e85b_a_655 junit:1265.v65b_14fa_f12f0 kubernetes-client-api:6.4.1-215.v2ed17097a_8e9 kubernetes-credentials:0.10.0 kubernetes:3937.vd7b_82db_e347b_ ldap:682.v7b_544c9d1512 locale:262.ved03281fa_64f m2release:0.16.3 mailer:472.vf7c289a_4b_420 matrix-auth:3.1.7 matrix-project:818.v7eb_e657db_924 maven-plugin:3.22 metrics:4.2.18-438.v0ede325a_4c68 mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd momentjs:1.1.1 nodejs:1.6.0 okhttp-api:4.11.0-172.vda_da_1feeb_c6e pam-auth:1.10 parameterized-trigger:787.v665fcf2a_830b_ pipeline-build-step:540.vb_e8849e1a_b_d8 pipeline-github-lib:42.v0739460cda_c4 pipeline-graph-analysis:216.vfd8b_ece330ca_ pipeline-groovy-lib:704.vc58b_8890a_384 pipeline-input-step:495.ve9c153f6067b_ pipeline-milestone-step:119.vdfdc43fc3b_9a_ pipeline-model-api:2.2198.v41dd8ef6dd56 pipeline-model-definition:2.2198.v41dd8ef6dd56 pipeline-model-extensions:2.2198.v41dd8ef6dd56 pipeline-rest-api:2.34 pipeline-stage-step:312.v8cd10304c27a_ pipeline-stage-tags-metadata:2.2198.v41dd8ef6dd56 pipeline-stage-view:2.34 plain-credentials:179.vc5cb_98f6db_38 plugin-util-api:4.1.0 popper2-api:2.11.6-4 prism-api:1.29.0-13 prometheus:2.2.2 pubsub-light:1.18 resource-disposer:0.22 run-condition:1.5 scm-api:690.vfc8b_54395023 script-security:1336.vf33a_a_9863911 simple-theme-plugin:160.vb_76454b_67900 slack:664.vc9a_90f8b_c24a_ snakeyaml-api:2.2-111.vc6598e30cc65 sonar:2.15 sse-gateway:1.26 ssh-credentials:337.v395d2403ccd4 ssh-slaves:2.877.v365f5eb_a_b_eec sshd:3.322.v159e91f6a_550 structs:337.v1b_04ea_4df7c8 syslog-logger:1.0.5 timestamper:1.25 token-macro:400.v35420b_922dcb_ trilead-api:2.142.v748523a_76693 variant:60.v7290fc0eb_b_cd workflow-aggregator:596.v8c21c963d92d workflow-api:1291.v51fd2a_625da_7 workflow-basic-steps:1058.vcb_fc1e3a_21a_9 workflow-cps:3894.3896.vca_2c931e7935 workflow-durable-task-step:1336.v768003e07199 workflow-job:1400.v7fd111b_ec82f workflow-multibranch:773.vc4fe1378f1d5 workflow-scm-step:415.v434365564324 workflow-step-api:657.v03b_e8115821b_ workflow-support:907.v6713a_ed8a_573 ws-cleanup:0.45   Thank you for you time.

          Mark Waite added a comment -

          That's great to hear. Thanks! It is a common practice and a good practice to upgrade all plugins immediately before a Jenkins controller upgrade and then to again upgrade all plugins immediately after a controller upgrade. That gives you the best chance of running recent plugin versions and running plugin versions that have been tested with the Jenkins release that you installed.

          Mark Waite added a comment - That's great to hear. Thanks! It is a common practice and a good practice to upgrade all plugins immediately before a Jenkins controller upgrade and then to again upgrade all plugins immediately after a controller upgrade. That gives you the best chance of running recent plugin versions and running plugin versions that have been tested with the Jenkins release that you installed.

          Mark Waite added a comment -

          Resolving because smithprince22 said:

          upgraded some plugins and the problem went away

          Mark Waite added a comment - Resolving because smithprince22 said: upgraded some plugins and the problem went away

            Unassigned Unassigned
            smithprince22 Simon
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: