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

Add support for canceling pending builds on update

XMLWordPrintable

      GitLab plugin supports canceling pending builds on merge request update. This saves time in projects where builds can stay long time in a build queue and you care only about the status of the newest commit.

       

      Can it be added to the GitLab Branch Source Plugin? 
      Including the trigger directly in a pipeline doesn't work.

      triggers {
         gitlab(
            cancelPendingBuildsOnUpdate: true
         )
      }
      

       

       

            baymac Parichay Barpanda
            mh_cardlay Marek
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: