Skip to content

Commit

Permalink
update jenkins to 2.73.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pblaas committed Nov 13, 2017
1 parent 6094eb9 commit 5d84822
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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.73.1</version>
<version>2.73.3</version>
<numExecutors>2</numExecutors>
<mode>NORMAL</mode>
<useSecurity>true</useSecurity>
Expand Down Expand Up @@ -139,12 +139,12 @@ data:
<globalNodeProperties/>
</hudson>
plugins.txt: |+
kubernetes:1.0
kubernetes:1.1
kubernetes-pipeline-aggregator:1.5
credentials-binding:1.13
git:3.5.1
blueocean:1.2.4
workflow-job:2.14.1
git:3.6.4
blueocean:1.3.2
workflow-job:2.15
kind: ConfigMap
metadata:
name: jenkins-configmap
Expand Down
4 changes: 2 additions & 2 deletions 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/jenkins:2.73.1
image: jenkins/jenkins:2.73.3
ports:
- containerPort: 8080
- containerPort: 50000
Expand Down Expand Up @@ -77,7 +77,7 @@ spec:
- command:
- sh
- /var/jenkins_config/apply_config.sh
image: jenkinsci/jenkins:2.73.1
image: jenkins/jenkins:2.73.3
imagePullPolicy: Always
name: copy-default-config
resources: {}
Expand Down

0 comments on commit 5d84822

Please sign in to comment.