gitrise.sh icon indicating copy to clipboard operation
gitrise.sh copied to clipboard

A lightweight tool to trigger builds on Bitrise!

Results 7 gitrise.sh issues
Sort by recently updated
recently updated
newest added

Add on option to download artifacts at the end of the build. Usage `gitrise.sh -a token -s project_slug -w workflow -b branch -D output_dir`

### Use case It would be nice to be able to just specify `--download-artifacts` (without any other parameters) or even a completely different `--download-all-artifacts` option and download all artifacts from...

It would be nice if we could supply a `commit_message` when triggering a build.

Hi, I wanted to get in touch about an issue that we are seeing when we run multiple pipelines in GitLab. We are triggering a number of builds on ios...

Adds some additional parameters you can feed to the Bitrise API. These were necessary for more context in our Bitrise builds, and enabling auto-aborting of repeated builds to branches with...

If I apply `--download-artifacts` to gitrise command every build is "succeeded" even if build on Bitrise is failed. Without `--download-artifacts` everything works fine - Bitrise build failed -> Gitlab job...

Builds currently succeed whenever using the `--download-artifacts` flag, because `exit_code` is overridden with the return value of `curl`. This initiates `exit_code=0` and ensures that any errors will be accumulated to...