Reputation: 75
My jenkins pipeline script currently uses manually svn update as shell command instead of SCM Checkout methods. I'm trying to manually update the Jenkins log as a part of the build step. I'm trying to get the changes of my svn update command and inject the same in jenkins changelog. .
When I run pipeline script, the dashboard shows as 'No changes'. But when I restart the jenkins instance, The changes are displayed in the dashboard which shows the changes in the generated XML.
Kindly advise. Any other workarounds are also fine.
Upvotes: 0
Views: 309
Reputation: 75
I ran Jenkins by executing the .war file. The issue was not found when I recreated the same pipeline steps with Jenkins installation set up as windows service. So better to go with standard installation.
Upvotes: 0