Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Commit

Permalink
chore(update): upgrade to 2.204.2 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r authored Feb 24, 2020
1 parent 572c2a6 commit 78979fa
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG JENKINS_VER=2.190.1
ARG JENKINS_VER=2.204.2

FROM jenkins/jenkins:${JENKINS_VER}

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debug
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG JENKINS_VER=2.190.1
ARG JENKINS_VER=2.204.2
ARG RELEASE=1

FROM target/jenkins-docker-master:${JENKINS_VER}-${RELEASE}
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ The following environment variables can be used to set up Jenkins:
The `jenkins-docker-master` images come in a couple of flavors, each designed for a specific use case. All of the images extend the official [Jenkins LTS images](https://hub.docker.com/r/jenkins/jenkins)
and as such, many of the options prescribed there apply to this image as well.
### `jenkins-docker-master:2.190.1-1`
### `jenkins-docker-master:2.204.2-1`
This is the de facto image. It is based off of `jenkins/jenkins:2.190.1` and includes a few modifications. It was created with the intention to be extended by using groovy scripts to setup ACLs using various plugins and as such, we have provided example groovy scripts [here](https://github.com/target/jenkins-docker-master/blob/master/examples).
This is the de facto image. It is based off of `jenkins/jenkins:2.204.2` and includes a few modifications. It was created with the intention to be extended by using groovy scripts to setup ACLs using various plugins and as such, we have provided example groovy scripts [here](https://github.com/target/jenkins-docker-master/blob/master/examples).
### `jenkins-docker-master:debug-2.190.1-1`
### `jenkins-docker-master:debug-2.204.2-1`
This image is based off of the `jenkins-docker-master:2.190.1-1` image. The noticeable difference is in relation to increasing log verbosity for troubleshooting.
This image is based off of the `jenkins-docker-master:2.204.2-1` image. The noticeable difference is in relation to increasing log verbosity for troubleshooting.
2 changes: 1 addition & 1 deletion examples/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG JENKINS_VER=2.190.1
ARG JENKINS_VER=2.204.2
ARG RELEASE=1

FROM target/jenkins-docker-master:${JENKINS_VER}-${RELEASE}
Expand Down
2 changes: 1 addition & 1 deletion examples/files/jenkins_wrapper.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

JENKINS_VER=2.190.1
JENKINS_VER=2.204.2
RELEASE=1

# This enables you to directly tie versions of plugins to a specific version of Jenkins
Expand Down
2 changes: 1 addition & 1 deletion files/jenkins_wrapper.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

JENKINS_VER=2.190.1
JENKINS_VER=2.204.2
RELEASE=1

# This enables you to directly tie versions of plugins to a specific version of Jenkins
Expand Down
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# This is a simple script to update the version of jenkins being used

JENKINS_VER=2.190.1
JENKINS_VER=2.204.2
RELEASE=1

### DO NOT MODIFY ANY LINES BELOW ###
Expand Down

0 comments on commit 78979fa

Please sign in to comment.