When is buildSettings.xml updated?
I made changes to a project configuration (specifically to the artifact paths). Project runs queued after that change was made are still showing the old artifact paths in buildSettings.xml.
What do I have to do to get the updated settings working?
Thank you,
Dan
Please sign in to leave a comment.
Hi Dan,
You have to trigger new builds to make them get the new settings. Builds triggered before the build changes will be run with the settings they had when they were triggered. Otherwise, it would lead to inconsistent results.