Skip to content

Commit

Permalink
update cli to 2.12.15
Browse files Browse the repository at this point in the history
  • Loading branch information
hydazz committed Mar 13, 2024
1 parent cf1a764 commit 55e3464
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LABEL maintainer="hydazz"
# environment settings
ENV \
JENKINS_HOME="/config" \
PLUGIN_CLI_VERSION="2.12.11"
PLUGIN_CLI_VERSION="2.12.15"

RUN \
echo "**** install runtime packages ****" && \
Expand Down
26 changes: 13 additions & 13 deletions jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ release_type: stable
release_tag: latest
ig_branch: main
repo_vars:
- 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 = ''

0 comments on commit 55e3464

Please sign in to comment.