March 2018 Summaries
2 posts from Bitrise
Filter
Month:
Year:
Post Summaries
Back to Blog
Bitrise is a solution that allows developers to industrialize their mobile compilations, creating dedicated virtual machines for defined periods of time, which execute workflows containing specific steps. A step is a cogwheel in the workflow, performing a particular task. Bitrise offers a catalogue of pre-written steps, and users can create their own by following a tutorial. The tutorial guides users through the process of creating a step to upload files to Wetransfer, a file-sharing service. The step requires input variables such as sender's email address, recipient's emails, message, and file paths, which are validated in the step's configuration file (step.yml). The script (upload.js) takes these parameters on standard input and uses the wetransfert library to upload files. Once created, users can share their steps with the Bitrise community, making it available for others to use. The tutorial covers topics such as creating a step, configuring variables, writing scripts, and auditing the step before sharing it.
Mar 09, 2018
2,263 words in the original blog post.
If you're migrating from another CI/CD service to Bitrise, you may have 199 existing builds for a project and want to continue with the next available build number instead of resetting it. To address this, we've added an option in your app's Settings tab to manually set the next build number. The new number must be positive, allowing you to choose from any previously used numbers. However, negative or zero values are not supported due to limitations. This change aims to simplify the renumbering process and reduce confusion caused by resetting build numbers during migrations.
Mar 09, 2018
114 words in the original blog post.