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

Pipeline approval stage does not show "Proceed/Abort" popup buttons

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • None

      Jenkins approval stages have suddenly stopped working.

      I have listed our Jenkins version and related pipeline plugin versions in "Environment:"

      Thanks

       

      Proceed/Reject options not showing up.

          [JENKINS-63993] Pipeline approval stage does not show "Proceed/Abort" popup buttons

          Bas van Driel added a comment -

          +1, same problem on our jenkins Jenkins 2.249.2

          Bas van Driel added a comment - +1, same problem on our jenkins  Jenkins 2.249.2

          Simon Tunnat added a comment -

          We have a very related issue, the input dialog is displayed at the wrong position and the proceed button is not clickable:

          Jenkins version: 2.249.2

          Simon Tunnat added a comment - We have a very related issue, the input dialog is displayed at the wrong position and the proceed button is not clickable: Jenkins version: 2.249.2

          Len Isac added a comment -

          I've tried downgrading Jenkins from version 2.249.2 to 2.249.1 and it has not resolved it.

          Also tried downgrading the following plugins one-by-one which were also updated recently:

          Pipeline: Input Step downgraded to 2.12 (didn't resolve)
          Pipeline: Stage Step downgraded 2.5 to 2.3 (didn't resolve)
          Pipeline: Declarative downgraded from 1.7.2 to 1.7.0 (didn't resolve)
          Pipeline: Job downgraded from 2.40 to 2.39 (didn't resolve)
          Pipeline: Stage View Plugin downgraded from 2.17 to 2.15 (didn't resolve)
          Pipeline: API downgraded from 2.40 to 2.38 (didn't resolve)
          Pipeline: Build Step downgraded from 2.13 to 2.12 (didn't resolve)
          Pipeline: Basic Steps downgraded from 2.22 to 2.21 (didn't resolve)
          Pipeline: Step API downgraded from 2.23 to 2.22 (didn't resolve)
          Pipeline: SCM Step downgraded from 2.11 to 2.9 (didn't resolve)
          Pipeline: REST API Plugin downgraded from 2.17 to 2.15 (didn't resolve)

          Len Isac added a comment - I've tried downgrading Jenkins from version 2.249.2 to 2.249.1 and it has not resolved it. Also tried downgrading the following plugins one-by-one which were also updated recently: Pipeline: Input Step downgraded to 2.12 (didn't resolve) Pipeline: Stage Step downgraded 2.5 to 2.3 (didn't resolve) Pipeline: Declarative downgraded from 1.7.2 to 1.7.0 (didn't resolve) Pipeline: Job downgraded from 2.40 to 2.39 (didn't resolve) Pipeline: Stage View Plugin downgraded from 2.17 to 2.15 (didn't resolve) Pipeline: API downgraded from 2.40 to 2.38 (didn't resolve) Pipeline: Build Step downgraded from 2.13 to 2.12 (didn't resolve) Pipeline: Basic Steps downgraded from 2.22 to 2.21 (didn't resolve) Pipeline: Step API downgraded from 2.23 to 2.22 (didn't resolve) Pipeline: SCM Step downgraded from 2.11 to 2.9 (didn't resolve) Pipeline: REST API Plugin downgraded from 2.17 to 2.15 (didn't resolve)

          Len Isac added a comment -

          Is there any temporary workaround for this?  It seems we're unable to approve the pipeline from the console output as well.

          Len Isac added a comment - Is there any temporary workaround for this?  It seems we're unable to approve the pipeline from the console output as well.

          xilin ni added a comment -

          We also encountered similar problems yesterday, even more serious.

          The input dialog (proceed/abort) does not show.

          I checked chrome's devtools and there's a warning on its console: 

          DevTools failed to load SourceMap: Could not load content for https://[MY_DOMAIN]/adjuncts/f4ff6e68/org/jenkinsci/pipeline/stageview_adjunct.map.json: HTTP error: status code 403, net::ERR_HTTP_RESPONSE_CODE_FAILURE  
          

          I copied that url and direct access it from browser, it gives a 403 error from jetty

          URI:/adjuncts/f4ff6e68/org/jenkinsci/pipeline/stageview_adjunct.map.json
          STATUS:403
          MESSAGE:Forbidden
          SERVLET:Stapler

          This jenkins running on AWS EKS, behind ALB ingress. Install with helm3, running with image jenkins/jenkins:lts
          I've set -Dorg.eclipse.jetty.LEVEL=DEBUG in JENKINS_OPTS and restart jenkins, but there's no related log.
          We change image to jenkins/jenkins:lts-centos7 and removed all folder under jenkins_home/plugins (I intend to trigger re-extract from jpi).
          All operation above doesn't help. 
          Hope someone will followup. Thanks.

          xilin ni added a comment - We also encountered similar problems yesterday, even more serious. The input dialog (proceed/abort) does not show. I checked chrome's devtools and there's a warning on its console:  DevTools failed to load SourceMap: Could not load content for https://[MY_DOMAIN]/adjuncts/f4ff6e68/org/jenkinsci/pipeline/stageview_adjunct.map.json: HTTP error: status code 403, net::ERR_HTTP_RESPONSE_CODE_FAILURE   I copied that url and direct access it from browser, it gives a 403 error from jetty URI:/adjuncts/f4ff6e68/org/jenkinsci/pipeline/stageview_adjunct.map.json STATUS:403 MESSAGE:Forbidden SERVLET:Stapler This jenkins running on AWS EKS, behind ALB ingress. Install with helm3, running with image jenkins/jenkins:lts I've set -Dorg.eclipse.jetty.LEVEL=DEBUG in JENKINS_OPTS and restart jenkins, but there's no related log. We change image to jenkins/jenkins:lts-centos7 and removed all folder under jenkins_home/plugins (I intend to trigger re-extract from jpi). All operation above doesn't help.  Hope someone will followup. Thanks.

          Tim Jacomb added a comment - - edited

          Tim Jacomb added a comment - - edited fixed in https://github.com/jenkinsci/pipeline-stage-view-plugin/pull/118   not released yet    

          Len Isac added a comment -

          It looks like the change was merged.

          I updated the Pipeline Stage View plugin to the new 2.183 and the "Proceed/Abort" popup now works.  Thanks

          Len Isac added a comment - It looks like the change was merged. I updated the Pipeline Stage View plugin to the new 2.183 and the "Proceed/Abort" popup now works.  Thanks

            Unassigned Unassigned
            lkisac Len Isac
            Votes:
            5 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: