Open bradmccoydev opened 1 year ago
The Environment variables will be available from the pipeline in Tekton and they should be available to be used.
export APP_NAME='checkout' export BRANCH_NAME='master' export BUILD_NUMBER='26' export DOMAIN='devx.io' export GIT_BRANCH='master' export PIPELINE_KIND='release' export REPO_NAME='checkout' export REPO_OWNER='XXX-XXX' export VERSION='0.6.19'
Hey, @bradmccoydev can I work on this issue?
The Environment variables will be available from the pipeline in Tekton and they should be available to be used.