Hi,
I'm on Atlassian Bamboo version 4.4.5 build 3507 - 27 Mar 13
Is it possible to break up a build plan as follows:
- run mvn clean install on each commit
- run mvn clean install sonar:sonar nightly at 1am
Not natively, there are a few hacks to get this done though.
All of these except #1 force it to happen every single day (or whatever trigger). #1 as described focuses on the last build which would have been triggered by whatever else and checks to see if the manual stage was run already. This is what I use for nightly automated tests so I don't run the tests if there were no changes in the day.
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.