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

Editing github pipeline with no push access to repo results in blank editor page

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • blueocean-plugin
    • None
    • Blue Ocean 1.4 - beta 1, Blue Ocean 1.4 - beta 2

      Note: 

      This needs to be ported to release/1.3

       

      Steps to reproduce

      • Create pipeline for repo where you have no push access
      • After pipeline is build, click on Edit pipeline, it renders an empty editor page, see attachment.

      What should happen is a warning that push access will be required to edit it. 

      In the background editor calls API to fetch Jenkinsfile but API responds with 428 as provided access token or the user doesn't have push access.

      Unable to find source-code formatter for language: json. Available languages are: actionscript, html, java, javascript, none, sql, xhtml, xml428 (Precondition Required)
      
      {
        "message" : "You do not have permission to push changes to cloudbees/test-mvn-app",
        "code" : 428,
        "errors" : [ ]
      }
      

        1. push-error.har
          37 kB
        2. push-error.png
          push-error.png
          131 kB
        3. screenshot-1.png
          screenshot-1.png
          46 kB

            kzantow Keith Zantow
            vivek Vivek Pandey
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: