Skip to content

Commit

Permalink
Bot Updating Templated Files
Browse files Browse the repository at this point in the history
  • Loading branch information
ImageGeniusCI committed Mar 13, 2024
1 parent 55e3464 commit b2246f4
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2246f4

Please sign in to comment.