-
Notifications
You must be signed in to change notification settings - Fork 128
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
Exception building: undefined method `exitstatus' for nil:NilClass #58
Comments
jjulian, I have the same runner line for my setup, can you share more about the project you are building, or the config you are using? |
cijoe (0.9.1) From [email protected]:my/project |
I'm evaluating CIJoe and ran into a very simliar message:
...with the following setup: cijoe (0.9.2) ...with a repo that has a Rails 2.3.2 app in it. Is there anything I can do to fix this? |
not sure if this is the best solution, but it works, passing current_build works |
I didn't have time to wait for a solution so I moved on to @jenkinsci. I REALLY like it and it wasn't hard to setup at all. |
I'm seeing same issue. Is there any way to get more detail log from cijoe? if it does, I can track myself or share detail here. |
Experiencing the same issue on build failures. I'm not executing any rakefiles with my project since we're a PHP shop, rather just a standard PHP script. cijoe v0.9.2 |
Same problem here. However, noen of the above potential solutions (patches) worked for me. |
Same issue as #50.
"runner = rake spec".
When run from the command-line, rake exits with status 0, but when invoked from a post-commit POST, Exception building: undefined method `exitstatus' for nil:NilClass
The text was updated successfully, but these errors were encountered: