Skip to content

Commit

Permalink
Merge pull request #1036 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1026-to-release-4.3

[release-4.3] Bug 1797144: Bump Jenkins 2.204.2
  • Loading branch information
openshift-merge-robot committed Mar 20, 2020
2 parents c1d33f9 + 4d89d0e commit 7a84fda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 2/Dockerfile.localdev
Expand Up @@ -39,7 +39,7 @@ LABEL k8s.io.description="Jenkins is a continuous integration server" \
k8s.io.display-name="Jenkins 2" \
openshift.io.expose-services="8080:http" \
openshift.io.tags="jenkins,jenkins2,ci" \
io.jenkins.version="2.204.1" \
io.jenkins.version="2.204.2" \
io.openshift.s2i.scripts-url=image:///usr/libexec/s2i

# 8080 for main web interface, 50000 for slave agents
Expand Down
2 changes: 1 addition & 1 deletion 2/Dockerfile.rhel7
Expand Up @@ -43,7 +43,7 @@ LABEL io.k8s.description="Jenkins is a continuous integration server" \
io.k8s.display-name="Jenkins 2" \
io.openshift.tags="jenkins,jenkins2,ci" \
io.openshift.expose-services="8080:http" \
io.jenkins.version="2.204.1" \
io.jenkins.version="2.204.2" \
io.openshift.s2i.scripts-url=image:///usr/libexec/s2i

# Labels consumed by Red Hat build service
Expand Down
4 changes: 2 additions & 2 deletions 2/contrib/jenkins/install-jenkins-core-plugins.sh
Expand Up @@ -17,8 +17,8 @@ if [[ "${INSTALL_JENKINS_VIA_RPMS}" == "false" ]]; then
rm -fr /var/cache/yum/x86_64/7Server/*
rm -fr /var/cache/yum/x86_64/7Server/ # Clean yum cache otherwise, it will fail if --disablerepos are specified
fi
yum -y $YUM_FLAGS --setopt=tsflags=nodocs --disableplugin=subscription-manager install jenkins-2.204.1-1.1
rpm -V jenkins-2.204.1-1.1
yum -y $YUM_FLAGS --setopt=tsflags=nodocs --disableplugin=subscription-manager install jenkins-2.204.2-1.1
rpm -V jenkins-2.204.2-1.1
yum $YUM_FLAGS clean all
/usr/local/bin/install-plugins.sh $PLUGIN_LIST
else
Expand Down

0 comments on commit 7a84fda

Please sign in to comment.