indigo-dc / jenkins-pipeline-library

Jenkins pipeline library with common functionalities for CI/CD environments, mainly targeted for the implementation of the SQA baseline requirements from https://indigo-dc.github.io/sqa-baseline/
Apache License 2.0
11 stars 6 forks source link

Allow to make use of the build environment in config.yml #29

Closed orviz closed 4 years ago

orviz commented 4 years ago

To allow things like e.g. making reference to the repo branch for the name of the docker tag:

config:
  project_repos:
    repo1:
      url: https://example.org
      branch: devel
      dockerhub: example1/example
      dockertag: $branch
orviz commented 4 years ago

Will not allow this notation, want to keep it as declarative as possible