Spinnaker Stage Script

From NovaOrdis Knowledge Base
Revision as of 04:35, 30 April 2022 by Ovidiu (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

External

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:

Running Arbitrary Functionality in a Pipeline Stage