I wonder how to prevent building if no change is detected, meaning that no new commit is detected and a duplicated package will be built.
The plan shall fail immediately or notify the user if such condition is met.
You can use plan variables to compare if there're commits between builds
${bamboo.planRepository.1.revision} != ${bamboo.planRepository.1.previousRevision}
yes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I wonder whether the previous revision is last successful build or just simply last build regardless of building result. Can I still depend on the condition if last build failed?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's value from previous build, regardless of its state
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.