Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to use dynamic properties in labeller block #18

Open
GoogleCodeExporter opened this issue Jun 29, 2015 · 5 comments
Open

Unable to use dynamic properties in labeller block #18

GoogleCodeExporter opened this issue Jun 29, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

It is not possible to use dynamic properties within the configuration in 
1.5.

Not suprising really as you do not officially support 1.5 :)

I would like to be able to do this so I can specify a tag to check out and 
build which will be at a specific version number. Currently this is not 
possible.

Example:

    <labeller type="svnRevisionLabeller">
            <pattern>{revision}</pattern>
            <incrementOnFailure>false</incrementOnFailure>

<resetBuildAfterVersionChange>false</resetBuildAfterVersionChange>
            <url>https://server:8443/svn/main/projects/somproject/
$[Branch|trunk]</url>
            <executable>"C:\PROGRAM FILES\Collabnet\Subversion 
Client\svn.exe"</executable>
            <username>username</username>
            <password>password</password>
        </labeller>

Currently the $[Branch|trunk] doesn't work. (labeller does not throw an 
error it simply cannot get the information so reports 0).

Original issue reported on code.google.com by [email protected] on 16 Mar 2010 at 4:43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant