Custom Script from Git
You can use the Custom Script from Git steps to execute scripts stored in a Git repository within your Publish flow. Instead of writing scripts directly in Appcircle, this step clones your repository and runs the specified script file, enabling centralized script management and version control. These scripts will run on the runner, giving you access to all the capabilities of the publish environment.
The guidelines detailed in the Custom Script from Git documentation for Build Workflow also apply to the Custom Script in Publish. Therefore, this document will not repeat those details. For comprehensive information about the Custom Script from Git step, please visit the link below:
This step requires a runner to work. This means that when the step runs, one of the runners in your organization will be used exclusively for this step.
If you don't have enough concurrency, your other Build and Publish operations will wait in the queue.
Custom Script from Git Step in Build Workflow