From 531b137e148bb5f91ca6ba91c5f9c10fe7383e46 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Sat, 13 Feb 2021 08:14:48 +0000 Subject: [PATCH] chore: add variables --- .jx/variables.sh | 15 +++++++++++++++ VERSION | 1 + 2 files changed, 16 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 0000000..6392adb --- /dev/null +++ b/.jx/variables.sh @@ -0,0 +1,15 @@ + +# generated by: jx gitops variables +export APP_NAME='jx-test' +export BRANCH_NAME='master' +export BUILD_NUMBER='6' +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/jx-test:0.0.32' +export PIPELINE_KIND='release' +export REPO_NAME='jx-test' +export REPO_OWNER='jenkins-x' +export VERSION='0.0.32' diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..f9d08f8 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.0.32 \ No newline at end of file