Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Duplicate
-
Affects Version/s: 1.0.3
-
Fix Version/s: None
-
Component/s: Core system, Web interface
-
Labels:None
-
Complexity:Expert
Description
The idea is to add certain key continuum values as variables that can be passed into the parameters of a build. The main one at question is a build #. This would allow someone to do something like:
(mvn) clean source:jar javadoc:jar deploy scm:tag -Dtag=DAILY_BUILD_${continuum.build.number}
This way, if the thing deployed successfully, it would be tagged.
Other examples of variables that might be substituted include build timestamp (on server), and continuum group.
This would also be highly useful in ant builds, I suspect.
Issue Links
- depends upon
-
CONTINUUM-990
Pass some continuum information to build tools when executing a build
-
I think this can be addressed nicely with the build profiles which should be targetted for 1.2, perhaps these variables can be generated on a per profile basis