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

Option incrementOnFailure doesn't work #20

Open
GoogleCodeExporter opened this issue Apr 21, 2015 · 0 comments
Open

Option incrementOnFailure doesn't work #20

GoogleCodeExporter opened this issue Apr 21, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

My Labeller-Block looks like this:

<labeller type="svnRevisionLabeller">
 <major>8</major>
 <minor>0</minor>
 <url>mysubversionurl</url>
 <incrementOnFailure>true</incrementOnFailure>
</labeller>

Example:
I build the project 3 times and get the following versions:
Build 1 (SVN-Revision 5, Build ok) - version is 8.0.1.5
Build 2 (SVN-Revision 10, Build failed) - version is 8.0.2.10
Build 3 (SVN-Revision 15, Build ok) - version is 8.0.2.15

For the last build I would expect version 8.0.3.15 instead of 8.0.2.15

Problem occured in versions 2.0.0.25545 and 3.0.0.24490 

Original issue reported on code.google.com by [email protected] on 6 Oct 2010 at 2:12

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