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

[BUG] Got a error appending a branch parameter to existing project url #118

Open
sorakrisc opened this issue Nov 24, 2022 · 1 comment
Open

Comments

@sorakrisc
Copy link

[BUG] Got a error appending a branch parameter to existing project url

Unable to retrieve status of a project when branch parameter is added to existing project

with error "An error occurred when retrieving the project status. No project information provided by server."

Screen Shot 2565-11-24 at 11 20 47

Expected behavior

Able to retrieve the server status.

Actual behavior

Unable to retrieve the project status with error above.

How to reproduce

  1. Add a new project with https://cc.buildkite.com/[organization-slug]/[pipeline-slug].xml?access_token=xxx in feed url
  2. Select "Use URL as entered above" and select "Continue"
  3. Edit the same project with branch parameter https://cc.buildkite.com/[organization-slug]/[pipeline-slug].xml?branch=master&access_token=xxx

Work around

Delete the project and add again with branch parameter

@erikdoe
Copy link
Member

erikdoe commented Jan 11, 2023

What happens when you try to retrieve the information with curl? Does that work?

curl https://cc.buildkite.com/[organization-slug]/[pipeline-slug].xml?branch=master&access_token=xxx

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

2 participants