From 15cb03afaeb40319e3eaadc867d9e63da6f79dfc Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Wed, 13 Jan 2021 14:39:11 +0000 Subject: [PATCH] chore: added 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..4f95af6 --- /dev/null +++ b/.jx/variables.sh @@ -0,0 +1,15 @@ + +# generated by: jx gitops variables +export APP_NAME="jx-health" +export BRANCH_NAME="master" +export BUILD_NUMBER="1" +export DOCKERFILE_PATH="Dockerfile" +export DOCKER_REGISTRY="gcr.io" +export DOCKER_REGISTRY_ORG="jenkinsxio" +export JX_CHART_REPOSITORY="http://jenkins-x-chartmuseum:8080" +export MINK_AS="tekton-bot" +export MINK_IMAGE="gcr.io/jenkinsxio/jx-health:0.0.60" +export PIPELINE_KIND="release" +export REPO_NAME="jx-health" +export REPO_OWNER="jenkins-x-plugins" +export VERSION="0.0.60" diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..b4ae2bd --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.0.60