Currently multiple goals can be specified by seprating them by a blank space.
However for a Build, I need to execute some goals only once.
In such a case. There should be multiple goals with only 1 goal active at a time.
For example, using maven 2 we want to use the 'package' goal to compile and jar the project. However after a production relase I want to all run the 'deploy' goal and install the jar in the Remote Repository.
Currently I have to create a new Build or modify the existing build to do this.
Form Name |
---|
Hi,
The ability to stop and wait for manual input will be possible in Bmaboo 3.2.
However, the way it will work is that when the build is originally triggeres, Bamboo looks at all the repositories of all the jobs within the plan and records their current revision.
So if the build stops at a manual stage, after it is manually told to continue, the jobs will update to the revision that was recorded for them when the build was originally triggered.
The reason for this is that we found that users really want to ensure that if the build stops and waits for manual input, when it continues it only picks up changes that have already been there when the initial build is triggered.
If you do not agree with this, could you provide a detailed description of a use case as to why after manual input each job should check out the latest copy of its repository?
Cheers,
Anton