From 830b508d23ed4703bad8fa1bca4131b18c52bef8 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Wed, 7 Apr 2021 18:19:49 +0000 Subject: [PATCH] chore: add variables --- .jx/variables.sh | 16 ++++++++++++++++ VERSION | 1 + 2 files changed, 17 insertions(+) create mode 100644 .jx/variables.sh create mode 100644 VERSION diff --git a/.jx/variables.sh b/.jx/variables.sh new file mode 100644 index 0000000000..a9072b79bd --- /dev/null +++ b/.jx/variables.sh @@ -0,0 +1,16 @@ + +# generated by: jx gitops variables +export APP_NAME='jx3-pipeline-catalog' +export BRANCH_NAME='master' +export BUILD_NUMBER='59' +export DOCKERFILE_PATH='Dockerfile' +export DOCKER_REGISTRY='gcr.io' +export DOCKER_REGISTRY_ORG='jenkinsxio' +export JX_CHART_REPOSITORY='http://jenkins-x-chartmuseum.jx.svc.cluster.local:8080' +export MINK_AS='tekton-bot' +export MINK_IMAGE='gcr.io/jenkinsxio/jx3-pipeline-catalog:0.0.222' +export PIPELINE_KIND='release' +export PUSH_CONTAINER_REGISTRY='gcr.io' +export REPO_NAME='jx3-pipeline-catalog' +export REPO_OWNER='jenkins-x' +export VERSION='0.0.222' diff --git a/VERSION b/VERSION new file mode 100644 index 0000000000..d74b79fed0 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.0.222 \ No newline at end of file