absa-subatomic-legacy / laboratory

OpenShift Templates, Build Configs, S2I images and other shared artifacts
Apache License 2.0
1 stars 2 forks source link

Find a better way to provide environmental context #27

Open donovanmuller opened 6 years ago

donovanmuller commented 6 years ago

Currently we use credentials as a way to provide environmental context for build pipelines (see here). This feels a bit wrong and we need to find a better way.

Perhaps using a Config Map/Secrets (for sensitive information) to persist these values, which is mounted into the Jenkins slave Pods, can then retrieve from the pipeline similar to here.