Skip to content

Commit

Permalink
build 2.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mchyzer committed Jun 7, 2022
1 parent de703a2 commit d48ee8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN yum update -y \
RUN yum install -y wget tar unzip dos2unix patch

ARG GROUPER_CONTAINER_VERSION
ENV GROUPER_VERSION=2.6.8 \
ENV GROUPER_VERSION=2.6.9 \
GROUPER_CONTAINER_VERSION=$GROUPER_CONTAINER_VERSION

# Install Corretto Java JDK
Expand All @@ -32,7 +32,7 @@ RUN echo 'Installing Grouper'; \
cd /opt/grouper/$GROUPER_VERSION/ \
&& $JAVA_HOME/bin/java -cp :grouperInstaller.jar edu.internet2.middleware.grouperInstaller.GrouperInstaller
FROM centos:centos7 as cleanup
ENV GROUPER_VERSION=2.6.8 \
ENV GROUPER_VERSION=2.6.9 \
TOMEE_VERSION=7.0.0
RUN mkdir -p /opt/grouper/grouperWebapp/
RUN mkdir -p /opt/tomee/
Expand Down
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ pipeline {
imagename = imagename()
if(env.BRANCH_NAME == "main") {
tag = "latest"
} else if (env.BRANCH_NAME == "2.6.9") {
// skip it for now
sh 'exit -1'
// } else if (env.BRANCH_NAME == "2.6.9") {
// // skip it for now
// sh 'exit -1'
} else {
tag = env.BRANCH_NAME
}
Expand Down

0 comments on commit d48ee8f

Please sign in to comment.