From 4db957597aed654bf2a28e7786d7651e01d9d187 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Fri, 8 Nov 2024 21:57:28 +0000 Subject: [PATCH] chore: add variables --- .jx/variables.sh | 21 +++++++++++++++++++++ VERSION | 1 + 2 files changed, 22 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..b941d1b --- /dev/null +++ b/.jx/variables.sh @@ -0,0 +1,21 @@ + +# generated by: jx gitops variables +export APP_NAME='peacock' +export BRANCH_NAME='main' +export BUILD_NUMBER='3' +export DOCKERFILE_PATH='Dockerfile' +export DOCKER_REGISTRY='jx3mqubebuild.azurecr.io' +export DOCKER_REGISTRY_ORG='spring-financial-group' +export DOMAIN='jx.mqube.build' +export GIT_BRANCH='main' +export JENKINS_X_URL='https://dashboard-jx.jx.mqube.build/spring-financial-group/peacock/main/3' +export JX_CHART_REPOSITORY='http://jenkins-x-chartmuseum.jx.svc.cluster.local:8080' +export KANIKO_FLAGS='--skip-unused-stages --snapshotMode=redo' +export MINK_AS='tekton-bot' +export MINK_IMAGE='jx3mqubebuild.azurecr.io/spring-financial-group/peacock:1.9.4' +export NAMESPACE_SUB_DOMAIN='-jx.' +export PIPELINE_KIND='release' +export PUSH_CONTAINER_REGISTRY='jx3mqubebuild.azurecr.io' +export REPO_NAME='peacock' +export REPO_OWNER='spring-financial-group' +export VERSION='1.9.4' diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..70b02ff --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.9.4 \ No newline at end of file