"Build only if there are changes accepted" not working
Hello,
I want build to get triggered only when workspace gets new changes (change-sets / baselines / components) either from Stream (connected via flow) or when changes directly done in workspace. Configured build definition in following ways :
In jazz source control:
Checked : Accept latest change before loading
Checked : Build only if there are changes accepted
In Schedule: To run build every 10 mins..
Jenkins Job : linked this build definition. Build periodically not configured as it is configured in build definition.
But my builds are not triggered. Let me know if there is anything i missed out.
Does enabling "Build only if there are changes accepted" will trigger build only if there are new change-sets / baselines / components accepted from Stream (connected via flow) or even this works if directly deliver some change-set / baseline in workspace. Let me know