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

GoCD not supported in newer versions #1

Open
cburgmer opened this issue Mar 1, 2021 · 0 comments
Open

GoCD not supported in newer versions #1

cburgmer opened this issue Mar 1, 2021 · 0 comments

Comments

@cburgmer
Copy link
Owner

cburgmer commented Mar 1, 2021

GoCD has deprecated/removed quite a few API versions, and in one case removed a whole resource altogether. To bring the GoCD sync into 2021 probably all endpoints need to be revised:

Endpoint Changed in New Endpoint/New version
/go/api/jobs/:job_id.xml v20.1.0 /go/api/feed/pipelines/:pipeline_name/:pipeline_counter/:stage_name/:stage_counter/:job_name.xml
/go/api/stages/:pipeline_name/:stage_name/history[/:offset] v20.9.0 /go/api/stages/:pipeline_name/:stage_name/history v3
/go/api/pipelines/:pipeline_name/instance/:pipeline_counter v20.1.0 /go/api/pipelines/:pipeline_name/:pipeline_counter v1
/go/api/config/pipeline_groups 20.3.0 removed or replaced by /go/api/admin/pipeline_groups ?
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

No branches or pull requests

1 participant