Skip to content

Commit

Permalink
Merge pull request #1304 from jkhelil/Bug-1981425
Browse files Browse the repository at this point in the history
Bug 1981425: update jenkins to 2.289.2
  • Loading branch information
openshift-merge-robot committed Jul 13, 2021
2 parents 314ab1b + df3be5d commit 7684ac3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.289.1" \
io.jenkins.version="2.289.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.289.1" \
io.jenkins.version="2.289.2" \
io.openshift.s2i.scripts-url=image:///usr/libexec/s2i

# Labels consumed by Red Hat build service
Expand Down
2 changes: 1 addition & 1 deletion 2/Dockerfile.rhel8
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.289.1" \
io.jenkins.version="2.289.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 @@ -18,8 +18,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.289.1
rpm -V jenkins-2.289.1
yum -y $YUM_FLAGS --setopt=tsflags=nodocs --disableplugin=subscription-manager install jenkins-2.289.2
rpm -V jenkins-2.289.2
yum $YUM_FLAGS clean all
/usr/local/bin/install-plugins.sh $PLUGIN_LIST
else
Expand Down

0 comments on commit 7684ac3

Please sign in to comment.