Skip to content

Commit

Permalink
update version jenkins service
Browse files Browse the repository at this point in the history
  • Loading branch information
pblaas committed Sep 24, 2017
1 parent 6cd17f8 commit c560eb5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions services/jenkins/jenkins.configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
<?xml version='1.0' encoding='UTF-8'?>
<hudson>
<disabledAdministrativeMonitors/>
<version>2.60.1</version>
<version>2.73.1</version>
<numExecutors>2</numExecutors>
<mode>NORMAL</mode>
<useSecurity>true</useSecurity>
Expand Down Expand Up @@ -139,12 +139,14 @@ data:
<globalNodeProperties/>
</hudson>
plugins.txt: |+
kubernetes:0.11
kubernetes-pipeline-aggregator:1.3
credentials-binding:1.12
git:3.3.1
blueocean:1.1.2
kubernetes:1.0
kubernetes-pipeline-aggregator:1.5
credentials-binding:1.13
git:3.5.1
blueocean:1.2.4
workflow-job:2.14.1
kind: ConfigMap
metadata:
name: jenkins-configmap
namespace: jenkins

2 changes: 1 addition & 1 deletion services/jenkins/jenkins.deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
key: jenkins-admin-user
name: jenkins
name: master
image: jenkins:2.60.1
image: jenkins/jenkins:2.73.1
ports:
- containerPort: 8080
- containerPort: 50000
Expand Down

0 comments on commit c560eb5

Please sign in to comment.