From b2246f417fc81d58a030b6bbdf824cc4c30944d5 Mon Sep 17 00:00:00 2001 From: ImageGenius-CI Date: Wed, 13 Mar 2024 19:46:21 +1100 Subject: [PATCH] Bot Updating Templated Files --- Jenkinsfile | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7d4aacb..e1bc7b5 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,19 +14,19 @@ pipeline { environment { BUILDS_DISCORD=credentials('build_webhook_url') GITHUB_TOKEN=credentials('github_token') - BUILD_VERSION_ARG='JENKINS_VERSION' - IG_USER='imagegenius' - IG_REPO='docker-jenkins' - CONTAINER_NAME='jenkins' - DIST_IMAGE='alpine' - MULTIARCH='true' - CI='true' - CI_WEB='true' - CI_PORT='8080' - CI_SSL='false' - CI_DOCKERENV='' - CI_AUTH='' - CI_WEBPATH='' + BUILD_VERSION_ARG = 'JENKINS_VERSION' + IG_USER = 'imagegenius' + IG_REPO = 'docker-jenkins' + CONTAINER_NAME = 'jenkins' + DIST_IMAGE = 'alpine' + MULTIARCH = 'true' + CI = 'true' + CI_WEB = 'true' + CI_PORT = '8080' + CI_SSL = 'false' + CI_DOCKERENV = '' + CI_AUTH = '' + CI_WEBPATH = '' } stages { // Setup all the basic environment variables needed for the build