Spinnaker Stage Script
Jump to navigation
Jump to search
External
- https://spinnaker.io/docs/reference/pipeline/stages/#script
- https://spinnaker.io/docs/setup/other_config/features/script-stage/
- https://kb.armory.io/s/article/Run-a-Generic-Shell-Script-with-Spinnaker
Internal
Overview
The stage executes an arbitrary script as part of the pipeline, by delegating the execution to Jenkins. A Jenkins instance needs to be set up for it and configured to run scripts . The only required field in this stage is Command, where you must specify the command to run the script. Otherwise, you can use any of the fields that are relevant to your use case in order to describe the script location and specifics about its output, environment, and so on.
To run an arbitrary script as a Kubernetes Job, see: