Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Update to Jenkins 2.14 and mesos plugin 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tbird committed Jul 19, 2016
1 parent 4abab6f commit 4b26b8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ MAINTAINER Marc Villacorta Morera <[email protected]>
ENV MESOS_VERSION="0.28.1" \
MESOS_URL="http://repos.mesosphere.io/el/7/noarch/RPMS" \
JENKINS_PLUGINS_URL="https://updates.jenkins-ci.org/download/plugins" \
JENKINS_VERSION="2.13" \
JENKINS_MESOS_VERSION="0.12.0"
JENKINS_VERSION="2.14" \
JENKINS_MESOS_VERSION="0.13.0"

#------------------------------------------------------------------------------
# Update the base image:
Expand Down
2 changes: 1 addition & 1 deletion marathon.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"container": {
"type": "DOCKER",
"docker": {
"image": "h0tbird/jenkins:v2.13-1",
"image": "h0tbird/jenkins:v2.14-1",
"network": "BRIDGE",
"portMappings": [
{ "containerPort": 80, "hostPort": 0 }
Expand Down

0 comments on commit 4b26b8d

Please sign in to comment.