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

Update endpoints to support Jenkins folder plugin #161

Merged
merged 2 commits into from
Dec 23, 2015

Conversation

AMeng
Copy link
Contributor

@AMeng AMeng commented Dec 1, 2015

Fixes: spinnaker/spinnaker#605
Depends on: spinnaker/igor#42

This updates the Igor endpoints to go along with the changes in spinnaker/igor#42. This also updates the actual gate endpoints to move all job names to the end of the URLs. I've also added a version to the front of the Jenkins API endpoints to facilitate future changes.

Gate URL changes:

Old URL New URL
/builds /v2/builds
/builds/{master}/jobs /v2/builds/{master}/jobs
/builds/{master}/jobs/{job} /v2/builds/{master}/jobs/{job}
/builds/{master}/jobs/{job}/builds /v2/builds/{master}/builds/{job}
/builds/{master}/jobs/{job}/build/{number} /v2/builds/{master}/build/{number}/{job}

tomaslin added a commit that referenced this pull request Dec 23, 2015
Update endpoints to support Jenkins folder plugin
@tomaslin tomaslin merged commit 3568d4a into spinnaker:master Dec 23, 2015
@AMeng AMeng mentioned this pull request Dec 29, 2015
abhinaybyrisetty referenced this pull request in OpsMx/gate Mar 11, 2021
Added the new method for Spinnaker Cloud Providers
@spinnakerbot spinnakerbot mentioned this pull request Jun 28, 2021
@spinnakerbot spinnakerbot mentioned this pull request Jul 6, 2021
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