-
Bug
-
Resolution: Unresolved
-
Minor
-
None
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.