I had a user of our Jenkins system pose the following problem to me:
------
1. A new build is started with changes.
2. Note the changes are documented in the build description on Jenkins.
3. Build fails in this scenario
4. Start a new build
Result: New build shows no changes. Technically it does have changes as there hasn't been a successful build with the changes yet.
This situation has lead to a lot of miscommunication between PMs/QA and engineering as we are utilizing the Jenkins post build script to update tickets with build numbers.
------
I'm drawing a bit of a blank as to what could be causing this and wanted to reach out to the community.
Thanks in advance for any suggestions!
-John