-
Notifications
You must be signed in to change notification settings - Fork 386
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 pipelines commit information not available in Cypress Cloud with Docker image 12.9.0 #873
Comments
It seems that running cypress 12.9.0 inside the docker image cypress/included:12.8.1 works. To be clear, package.json specifies The step in bitbucket pipelines is (summary):
This config does not exhibit the bug... git commit info is available in Dashboard. Changing to |
Thanks @zaq42, I was able to reproduce this here. Here is the related pipeline. |
Hi @zaq42 , we think we have identified the problem and are working on a fix. Hopefully the patched image will be pushed to docker hub soon. Quick note: you might have to clear your docker cache to get the new image once it is published. |
@zaq42, we've back patched the cypress/included:12.9.0 image to include git once again. You will probably have to clear your cache and pull the image again, but it should fix your issue. |
Awesome work! Confirmed as fixed. (Thanks for the reminder about the cache.) |
Hi! I am having this same issue with both: Cypress Dashboards shows No commit message available. It's working well with previous versions: |
@miguelpujadas The docker images you link do have git installed, so this appears to be a different issue than the one as it was originally described. Ensure that your .git directory is available for us to pull this information by following these directions. https://docs.cypress.io/guides/continuous-integration/introduction#Git-information |
For anyone encountering this issue, it might be that your issue is the same as mine was:
|
Current behavior
Since the release of 12.9.0, the Dashboard shows "No commit message available" for runs triggered within BitBucket pipelines.
Rolling back the version running the tests to cypress/included:12.8.1
did not restore the behaviourdid, in fact, restore the behaviour.Desired behavior
Until 12.9.0, git commit information was visible in dashboard and in messages to Slack.
Test code to reproduce
Behaviour is reproducible in BitBucket pipelines.
Cypress Version
12.9.0
Node version
cypress/included:12.9.0
Operating System
cypress/included:12.9.0
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: