-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Hudson 1.349, Clearcase plugin 1.1.1
I'm trying to convert an existing free-style job to maven2.
Since I use also the Clearcase plugin, I use the ${CLEARCASE_VIEWNAME}/pom.xml to reference my root pom. Inside a freestyle job, no problem, but when using maven2 job, the variable is not expanded.
The same applies to the alternative settings. If I provide it in options it is expanded correctly, but not in the dedicaced field. This is problematic because then, it cannot be used for post-build deployment for instance.
[JENKINS-5885] In Maven2 jobs, variable expansion is not done for the root POM path and alternative settings
Assignee | New: Andrew Bayer [ abayer ] |
Attachment | New: git.patch [ 20514 ] |
Assignee | Original: Andrew Bayer [ abayer ] | New: Olivier Lamy [ olamy ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Just to clarify - ${CLEARCASE_VIEWNAME}/pom.xml does expand properly in a freestyle job? I just want to make sure so that I don't reuse something that turns out not to work. =)