We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey guys,
Was thinking to use the cli tool instead of REST API to start and monitor a build, but could not make it work.
I used a docker image from here, it had a c35db96d25b0 tag and the cli version inside is 2.2.3.
c35db96d25b0
2.2.3
Here is what I get on the terminal:
root@2cf6b89cf89e:/bitrise/src# bitrise workflows Workflows --------- ⚡️ preproductionRelease Title: Summary: Run with: bitrise run preproductionRelease ⚡️ productionRelease Title: Summary: Run with: bitrise run productionRelease ⚡️ stagingDebug Title: Summary: Run with: bitrise run stagingDebug ⚡️ stagingRelease Title: Summary: Run with: bitrise run stagingRelease root@2cf6b89cf89e:/bitrise/src# bitrise trigger-check --push-branch add_release_signing_config no matching pipeline & workflow found with trigger params: push-branch: add_release_signing_config, pr-source-branch: , pr-target-branch: , tag: root@2cf6b89cf89e:/bitrise/src# bitrise trigger-check --push-branch add_release_signing_config signingRelease no matching pipeline & workflow found with trigger params: push-branch: signingRelease, pr-source-branch: , pr-target-branch: , tag: root@2cf6b89cf89e:/bitrise/src# bitrise trigger-check --push-branch add_release_signing_config --pattern signingRelease no matching pipeline & workflow found with trigger params: push-branch: signingRelease, pr-source-branch: , pr-target-branch: , tag: root@2cf6b89cf89e:/bitrise/src# bitrise trigger-check --pattern signingRelease no matching pipeline & workflow found with trigger params: push-branch: signingRelease, pr-source-branch: , pr-target-branch: , tag: root@2cf6b89cf89e:/bitrise/src# bitrise trigger-check signingRelease no matching pipeline & workflow found with trigger params: push-branch: signingRelease, pr-source-branch: , pr-target-branch: , tag: root@2cf6b89cf89e:/bitrise/src# bitrise version 2.2.3 root@2cf6b89cf89e:/bitrise/src#
Did I miss some important steps before trying to trigger the workflow?
As a side note, push-branch seem to not take its value from --push-branch option sometimes.
push-branch
--push-branch
Thank you!
The text was updated successfully, but these errors were encountered:
Realise this was 3 weeks ago but still..
What does your trigger_map look like in your bitrise.yml?
trigger_map
bitrise.yml
trigger_map: - push_branch: add_release_signing_config workflow: preproductionRelease
Sorry, something went wrong.
Hey @lukewakeford! There is no such key in our config, I guess this is because we do not react to events from our repo on Bitrise.
No branches or pull requests
Hey guys,
Was thinking to use the cli tool instead of REST API to start and monitor a build, but could not make it work.
I used a docker image from here, it had a
c35db96d25b0
tag and the cli version inside is2.2.3
.Here is what I get on the terminal:
Did I miss some important steps before trying to trigger the workflow?
As a side note,
push-branch
seem to not take its value from--push-branch
option sometimes.Thank you!
The text was updated successfully, but these errors were encountered: