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

Fix Method not Allowed errors during svn checkout #101

Closed
wants to merge 2 commits into from

Conversation

ad22
Copy link

@ad22 ad22 commented May 15, 2016

svn.jenkins-ci.org doesn't seem to support https checkout anymore. Building against the latest svn plugin doesn't work either. Changing the checkout protocol in SubversionRevisionBuildTriggerConfigTest to svn:// fixes it. Local machine clone using svn, version 1.9.3 has the same behavior.

…" error, checkout svn repository using svn://
@sschuberth
Copy link
Member

This PR's description is a bit misleading as it simply is a copy of the second (and IMO less important) commit. The more important commit in this PR is " [JENKINS-11257]: Aborting the parent job will abort building/queued child jobs".

@ad22
Copy link
Author

ad22 commented May 18, 2016

This should ideally be two pull requests. I should have used two branches instead. Created #103 for the SVN unit test errors and #104 for JENKINS-11257 (made the requested changes). Both of these are based off of the master branch instead of each other. Closing this request.

@ad22 ad22 closed this May 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants