Custom Script from Git (Publish Integration)
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 provided in the Custom Script from Git documentation for the Build Workflow also apply to this step in the Publish module. Therefore, those details are not repeated here. 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