From ce8e4b47c4d45bab7c4e738c728d7a3a7283f30c Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Wed, 18 Dec 2024 17:52:02 +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 0000000000..76da6a6d21 --- /dev/null +++ b/.jx/variables.sh @@ -0,0 +1,21 @@ + +# generated by: jx gitops variables +export APP_NAME='jx3-pipeline-catalog' +export BRANCH_NAME='master' +export BUILD_NUMBER='42' +export DOCKERFILE_PATH='Dockerfile' +export DOCKER_REGISTRY='ghcr.io' +export DOCKER_REGISTRY_ORG='jenkins-x' +export DOMAIN='infra.jenkins-x.rocks' +export GIT_BRANCH='master' +export JENKINS_X_URL='https://dashboard-jx.infra.jenkins-x.rocks/jenkins-x/jx3-pipeline-catalog/master/42' +export JX_CHART_REPOSITORY='https://github.com/jenkins-x-charts/repo.git' +export KANIKO_FLAGS='--skip-unused-stages --snapshotMode=redo' +export MINK_AS='tekton-bot' +export MINK_IMAGE='ghcr.io/jenkins-x/jx3-pipeline-catalog:1.3.38' +export NAMESPACE_SUB_DOMAIN='-jx.' +export PIPELINE_KIND='release' +export PUSH_CONTAINER_REGISTRY='ghcr.io' +export REPO_NAME='jx3-pipeline-catalog' +export REPO_OWNER='jenkins-x' +export VERSION='1.3.38' diff --git a/VERSION b/VERSION new file mode 100644 index 0000000000..a842c0245f --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.3.38 \ No newline at end of file