-
Notifications
You must be signed in to change notification settings - Fork 4
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
Completes with success on build failure #1
Comments
Do you mean some of the files has a syntactic errors? Can you provide an example so I can reproduce the problem? |
It tries to test. Fails to read the file (due to some errant parens I added) and then exits but with a success code of 0 leading teamcity to believe the build succeeded. [10:56:14]: [do] clean |
Hmm, in my case process exits with exit code 1 and a build is marked as failed. I've tested it with lein 2.3.4. How do you run leiningen in the build step? |
I use the step from the instructions. C:\Lein\lein.bat with-profile +teamcity do clean, test, jar The profile is currently included with the project as opposed to on the box I'm using a simple command line runner step. On Thu, May 1, 2014 at 3:01 PM, nd notifications@github.com wrote:
|
What leiningen version do you use? |
PS H:> lein -v On Fri, May 2, 2014 at 1:21 PM, nd notifications@github.com wrote:
|
Sorry for late reply. I still wasn't able to reproduce the problem. I've created a lein-teamcity 0.2.2 with a fix to the second issue, please give it a try. |
It works great for dealing with test failures but if the reader has a problem with one of the files and errors out the build is still marked as successful.
The text was updated successfully, but these errors were encountered: