This is with respect to Issue , which I was trying to solve.
Why will we have to go to dashboard just to share builds?
This is with respect to Issue , which I was trying to solve.
Why will we have to go to dashboard just to share builds?
Hi @Shashikant,
Can you please share a bit more details? A simple step-by-step description would be the best, about what you want to do
Hi,
I have come across Bitrise as an CI,CD Tool. It works very well and it is just what we actually want. But To do this, I have to manually go inside the dashboard and click on “Start” the build or schedule the build. Then it will generate the build.
What was my assumption, when developer writing the code and commit the code.
Thank you
Indeed, this definitely works if you have a Webhook registered in your git server (Redirecting… - Bitrise Docs), and if you use our GitHub/Bitbucket/GitLab integration this is automatically prepared for you.
One solution can be to have a workflow for the Release, and trigger that automatically if you merge into e.g. master
, or you (or your dev) pushes a git tag. See: Using the Trigger Map to trigger builds - Bitrise Docs - specifically Using the Trigger Map to trigger builds - Bitrise Docs
That definitely should work locally too, given that the dev has the required secrets (iTunesConnect usd+psw) set locally in Secrets. Pretty much all of the steps work locally, 3rd party service integrations definitely do, the exception is the Deploy to Bitrise.io step (and the Cache steps) which require bitrise.io to be available, otherwise the step doesn’t know where to push the artifacts (as artifacts on bitrise.io are tied to the build it generated).
You definitely should wait for that before publishing into a store
If you just want to publish to bitrise.io for the PR then you can simply include the Deploy to Bitrise.io step in the PR check build’s workflow.
Sure, and thank you for the feedback, we really appreciate it & it helps a lot! We just have to see/understand what the exact use case is, so that we can talk about it with the team and come up with an appropriate solution