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

bitrisescript: support re-connecting to a Bitrise build #972

Closed
ahal opened this issue Apr 16, 2024 · 0 comments · Fixed by #978
Closed

bitrisescript: support re-connecting to a Bitrise build #972

ahal opened this issue Apr 16, 2024 · 0 comments · Fixed by #978

Comments

@ahal
Copy link
Contributor

ahal commented Apr 16, 2024

In certain circumstances (e.g unexpected worker shutdown), it would be nice if a task could "re-connect" to a running Bitrise build. Bitrise has an API to list builds, so it should be sufficient to query this and check if a build has already been submitted for the current revision / workflow / build params.

This way we don't trigger a new build in Bitrise every time the Taskcluster task retries.

See also #971 . There are cases where we'll want to abort the build in Bitrise and there are cases we'll want to leave it running so we can re-connect later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant