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

Changeset doesn't get filled on Gerrit change requests

XMLWordPrintable

      The changeset should include everything this patchset is trying to integrate into the target branch.

      If we use a pipeline like this:

       

      pipeline {
          agent any
          stages {
              stage("Test changeset") {
                   when { changeset 'Jenkinsfile' }
                   steps { sh "Changeset worked!'" }
              }
          }
       }
      

       
      It displays a message: 

      Warning, empty changelog. Probably because this is the first build.
      

            lucamilanesio Luca Domenico Milanesio
            felipecassiors Felipe Santos
            Votes:
            3 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: