It appears under common triggering scenarios the Git plugin does not produce changesets for runs.
This is ticket should serve as an umbrella ticket for known problems such as JENKINS-42689 and there needs to be some further investigation to test that the Git plugin creates changesets under other conditions (basically we need to recheck everything).
Steps to reproduce
- Fork the app-store-demo project on Github
- Create a new multibranch pipeline that uses the forked repository as a branch source.
- Ensure there is 1 run of the master branch
- Commit a change to the master branch with the message "Test"
- Manually run the branch
Expected results
You should see run 2 with one changeset that contains the commit ID and message of the "Test" commit.
Problem
There are no changesets associated with run 2.