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

Commit

Permalink
chore: update to 2.277.1 (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: Neal <[email protected]>
  • Loading branch information
matt-fevold and kneal authored Mar 22, 2021
1 parent 63d5006 commit b0847e6
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.249.1
ARG JENKINS_VER=2.277.1

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.249.1
ARG JENKINS_VER=2.277.1
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.249.1-1`
### `jenkins-docker-master:2.277.1-1`

This is the de facto image. It is based off of `jenkins/jenkins:2.249.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.277.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).

### `jenkins-docker-master:debug-2.249.1-1`
### `jenkins-docker-master:debug-2.277.1-1`

This image is based off of the `jenkins-docker-master:2.249.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.277.1-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.249.1
ARG JENKINS_VER=2.277.1
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.249.1
JENKINS_VER=2.277.1
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.249.1
JENKINS_VER=2.277.1
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.249.1
JENKINS_VER=2.277.1
RELEASE=1

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

0 comments on commit b0847e6

Please sign in to comment.