-
-
Notifications
You must be signed in to change notification settings - Fork 469
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
Fix race condition in JenkinsTriggerHelper #229
Conversation
I have checked the build it's not your fault the failing build.... |
Alright, I don't have the options currently to set-up the environment to run your IT tests also. Will wait till you guys can figure it out then. |
So the problem was a fix which failed an integration tests which was an wrong implementation...which is now fixed...Can you please rebase against current master... |
o getViews() default api/json?depth=1 cause timeout but that change has caused in a failing integration test case which is now fixed by using tree=.. parameters.
Make the polling rate configurable
I might have messed up the PR, includes your changes also. Can you check if it's okay? Also if you could advice me on how to run these IT tests then I could maybe write an IT for this also later. Right now I wrote it "blindly". |
You can the IT's simply by using: BTW: Currently I'm trying to make that more simpler, cause I find it too complex as well...But the travis build already says everything looks ok... I assume you did something wrong while you tried to do the rebase... This will integrate all changes from the master which have been committed after you have created your branch...in the end a |
Looks fine so far, cause I got only a fast-forward pull...No problem. |
I mean the method it self, that it works. Not at work currently, have nothing to test against. Did look ok tough. |
Updated the ReleaseNotes with a hint to your GitHub reference. Thanks for your pull request. |
Can you now close the PR... |
Umh... It's closed now, no? |
Ah sorry..missed that it is already closed. Sorry.. |
Fix race condition in JenkinsTriggerHelper