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

Updating the delete trigger in a github org multibranch pipeline doesn't update sub projects

    • 1.8.5

      After testing this PR https://github.com/jenkinsci/multibranch-action-triggers-plugin/pull/10 I changed the project name for the "Pipeline Delete Event" in the top level github org project.  After doing so I discovered that the sub projects created by the github org did not update after the change.  

       

      Workaround:

      Shutdown jenkins and cd to /var/lib/jenkins/jobs on the server and run this script...

      for line in $(find . -name "config.xml" -exec grep -l FlowcastPipelineDelete {} +); do sed -i 's/FlowcastPipelineDelete/flowcast-pipeline-delete/g' $line; done
      

      Then start jenkins back up.

       

          [JENKINS-62289] Updating the delete trigger in a github org multibranch pipeline doesn't update sub projects

          Clint Mod created issue -
          Aytunc BEKEN made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]
          Aytunc BEKEN made changes -
          Status Original: In Progress [ 3 ] New: In Review [ 10005 ]
          Aytunc BEKEN made changes -
          Released As New: 1.8.5
          Resolution New: Fixed [ 1 ]
          Status Original: In Review [ 10005 ] New: Resolved [ 5 ]
          Aytunc BEKEN made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]

            aytuncbeken Aytunc BEKEN
            clintmod Clint Mod
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: