vmware-archive / spinnaker-resource

A Concourse resource to interact with Spinnaker
Apache License 2.0
3 stars 4 forks source link

[Feature] Add traceability links from Concourse resource version to Spinnaker pipeline execution #5

Open YoussB opened 5 years ago

YoussB commented 5 years ago

Feature:

this feature is to allow tracing the triggered pipeline in spinnaker from Concourse, simply by adding a link to the pipeline execution in the metadata of each version.

steps

YoussB commented 5 years ago

In order to implement this, we need to know the spinnaker deck URL.

Currently, the resource configuration allows the user to configure the spinnaker-api which should be pointing to Spinnaker's gate microservice, not the deck.

The easiest way is to allow the user to configure the deck URL as well.

wdyt?

@scottietremendous @xtreme-sameer-vohra