vote up 1 vote down star

Is it possible to have ccnet don't increment the build number if the build is actually a forcebuild?????????? In better words, Is it possible to have cruisecontrol keep it's label number if it is rcovering from an exception(sourcecontrol exception)??? Basically if the forcebuild is happening to recover from an exception, I don't want my build number to change.

flag

27% accept rate
Why would you not want it to increment on force build? Things might still have changed.. – Tamar Jul 15 at 18:51

1 Answer

vote up 2 vote down

It depends - why are you forcing the build?

If you need some kind of interval trigger, then just set it up and don't use forced build.

If you are forcing the build because the previous one has failed, then just set incrementOnFailure to false (which is the default).

If you are using Assembly Version Labeller then you can explicitly set build revision - unfortunately this is not possible with other labellers.

link|flag
I guess the second case is my problem, but even in that case cruisecontrol will still increment the label when build is succesful after an exception(I don't want this to happen). – unknown (yahoo) Jul 16 at 20:05

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.