Debugging locally - required variable is not present

I’m trying to run bitrise locally to debug an issue. I’m getting this error:

±-----------------------------------------------------------------------------+
| (1) Build Android/iOS Staging |
±-----------------------------------------------------------------------------+
| id: build-router-start |
| version: 0.14.0 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: go |
| time: 2021-02-26T09:18:22-08:00 |
±-----------------------------------------------------------------------------+
| |
Issue with an input: failed to parse config:

  • AppSlug: required variable is not present
  • BuildSlug: required variable is not present
  • BuildNumber: required variable is not present
  • AccessToken: required variable is not present

Config:

  • AppSlug:
  • BuildSlug:
  • BuildNumber:
  • AccessToken:
  • WaitForBuilds: false
  • BuildArtifactsSavePath:
  • AbortBuildsOnFail: no
  • Workflows: stage-ios

Hello,

The Bitrise Build Start Step will not execute when run locally. This step starts parallel builds when run on Bitrise so this function is unavailable when run locally.

Is this step needed to debug the issue you are having?

Thanks,
Cathy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.