bitrise-step-build-status-change

command module
v0.0.0-...-f5f91ef Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2021 License: MIT Imports: 12 Imported by: 0

README

Build Status Change

Exports environment variables to be able to detect if the currently running build's status has changed to a previous one.

Inputs

  • access_token: (required) (sensitive)

    Your access token for the account that has access to the Bitrise app.

Outputs

Exported Environment variables
  • BUILD_STATUS_CHANGED: Build Status Changed

    True if the actual build status is different from the previous one.

  • PREVIOUS_BUILD_STATUS: Previous Build Status

    Status text of the previous build.

Contribute

  1. Fork this repository
  2. Make changes
  3. Submit a PR

How to run this step from source

  1. Clone this repository
  2. cd to the cloned repository's root
  3. Create a bitrise.yml (if not yet created)
  4. Prepare a workflow that contains a step with the id: path::./

    For example:

    format_version: "6"
    default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
    
    workflows:
      my-workflow:
        steps:
        - path::./:
            inputs: 
            - my_input: "my input value"
    
  5. Run the workflow: bitrise run my-workflow

About

This is an official Step managed by Bitrise.io and is available in the Workflow Editor and in our Bitrise CLI tool. If you seen something in this readme that never before please visit some of our knowledge base to read more about that:

  • devcenter.bitrise.io
  • discuss.bitrise.io
  • blog.bitrise.io

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL