Skip to content

Commit

Permalink
chore(core): add artifactory to settings.js for halconfig (spinnaker#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammy Louie authored and jkschneider committed Mar 15, 2019
1 parent 2d9fb15 commit 3dac1d9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion halconfig/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,18 @@ window.spinnakerSettings = {
},
},
pubsubProviders: ['google'], // TODO(joonlim): Add amazon once it is confirmed that amazon pub/sub works.
triggerTypes: ['concourse', 'cron', 'docker', 'git', 'jenkins', 'pipeline', 'pubsub', 'travis', 'webhook', 'wercker'],
triggerTypes: [
'artifactory',
'concourse',
'cron',
'docker',
'git',
'jenkins',
'pipeline',
'pubsub',
'travis',
'webhook',
'wercker',
],
version: version,
};

0 comments on commit 3dac1d9

Please sign in to comment.