-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Bitbucket not completely finished workflow returns invalid response data #10137
Comments
Badge tested using |
OK, so what's happening here is: That returns {
"values": [
{
"state": {
"name": "IN_PROGRESS",
"type": "pipeline_state_in_progress",
"stage": {
"name": "PAUSED",
"type": "pipeline_state_in_progress_paused"
}
}
},
{
"state": {
"name": "COMPLETED",
"type": "pipeline_state_completed",
"result": {
"name": "SUCCESSFUL",
"type": "pipeline_state_completed_successful"
}
}
}
]
} We fail validation with
so I guess we would need to make the shields/services/bitbucket/bitbucket-pipelines.service.js Lines 84 to 86 in 96525e5
|
Hi the build is now fully complete yet the status still invalid response, before it is working fine for fully complete builds. I think the recent fix break it? |
Any update on this? Thanks |
fix for this is now merged and deployed |
Are you experiencing an issue with...
shields.io
🐞 Description
We have a workflow that has success step but not complete due to manual trigger, the build status badge for Bitbucket returns
invalid response data
🔗 Link to the badge
https://img.shields.io/bitbucket/pipelines/devsbitwise/cryptonian/master?label=📦%20CI%2FCD%20pipeline
💡 Possible Solution
No response
The text was updated successfully, but these errors were encountered: