Search code examples
githubspinnaker

How to use github files in spinnaker pipeline


Does anyone know how can we download GitHub repository as a part of spinnaker pipeline.

We have few scripts which are present in Github and I want to get those scripts during spinnaker pipeline execution.


Solution

    1. You can use the Github artifact
    2. You can use the Script or Run Command Stage to obtain the scripts and execute them.