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

A triggered build following a force build does not reset the rebuild property to zero #12

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

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Use the configuration:
<labeller type="svnRevisionLabeller">
    <build>-1</build>
    <executable>svn.exe</executable>
    <incrementOnFailure>False</incrementOnFailure>
    <major>1</major>
    <minor>0</minor>
    <pattern>{major}.{minor}.{revision}.{rebuild}</pattern>
    <resetBuildAfterVersionChange>True</resetBuildAfterVersionChange>
    <url>http://<svnServerHostName>/svn/<RepositoryName>/trunk</url>
  </labeller>

2. Force a build. This sets the label to 1.0.<RepositoryVersion>.1.
3. Trigger a build through a repository change.

What is the expected output? What do you see instead?
The trigger at step 3 should change the label to
1.0.<NewRepositoryVersion>.0. Instead, it sets to 1.0.<NewRepositoryVersion>.1.

What version of the product are you using? On what operating system?
2.0.0.20990, with CC.Net 1.4.4.75, on XP Pro SP3.

Original issue reported on code.google.com by lyndsayp on 12 Jun 2009 at 7:48

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