Skip to content

Commit

Permalink
feat(webhooks): support artifact production (#5090)
Browse files Browse the repository at this point in the history
as mentioned in spinnaker/spinnaker#2330, webhook stages now support
artifact production.

depends on spinnaker/orca#2906
  • Loading branch information
ethanfrogers committed Mar 29, 2018
1 parent 24c49bc commit 5e64470
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ module(WEBHOOK_STAGE, [
key: 'webhook',
restartable: true,
controller: 'WebhookStageCtrl',
producesArtifacts: true,
controllerAs: '$ctrl',
templateUrl: require('./webhookStage.html'),
executionDetailsUrl: require('./webhookExecutionDetails.html'),
Expand Down

0 comments on commit 5e64470

Please sign in to comment.