Skip to content

Commit

Permalink
Merge pull request #2 from mohleji/master
Browse files Browse the repository at this point in the history
Upgrading to jenkins 2.46.3 with latest XL plugins
  • Loading branch information
Rick Broker authored Jun 19, 2017
2 parents 7d0b734 + 80e4855 commit 6216265
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
FROM jenkins:2.19.4
RUN /usr/local/bin/install-plugins.sh scm-api git-client git gradle deployit-plugin:5.0.3 xltestview-plugin:1.2.0 xlrelease-plugin:5.0.0
FROM jenkins:2.46.3-alpine
RUN /usr/local/bin/install-plugins.sh scm-api git-client git gradle deployit-plugin:6.1.1 xlrelease-plugin:6.1.2 workflow-aggregator:2.4 dashboard-view:2.9.10
ENV JAVA_OPTS -Djenkins.install.runSetupWizard=false
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ Docker image that has the XL Jenkins plugins preloaded.
Based on [Jenkins base image](https://hub.docker.com/_/jenkins/)

## Plugins ##
+ deployit-plugin:5.0.3
+ xltestview-plugin:1.2.0
+ xlrelease-plugin:5.0.0
+ deployit-plugin:6.1.1
+ xlrelease-plugin:6.1.2

0 comments on commit 6216265

Please sign in to comment.