Overview
The guides listed below assume that you have enabled the
artifactsRewrite
feature flag. In~/.hal/$DEPLOYMENT/profiles/settings-local.js
(where$DEPLOYMENT
is typicallydefault
), add:
window.spinnakerSettings.feature.artifactsRewrite = true;
A pipeline trigger defines when to automatically run a pipeline. There are many types of triggers available: Jenkins jobs, webhooks, CRON jobs, even other pipelines. Adding a trigger to your pipeline means that the pipeline runs each time the triggering event occurs.
Note that whether or not you have set up a pipeline trigger, you can always run your pipeline manually.
For more information about how to configure specific types of triggers, see the rest of the pipeline triggers documentation: