Skip to content

Commit

Permalink
Docker build image revert
Browse files Browse the repository at this point in the history
Docker build image revert as is unable to create 2.0.2. Promotion pipeline is reverted to 1.1.9 due a zip, unzip tools requirement.

Signed-off-by: Radek Felcman <[email protected]>
  • Loading branch information
rfelcman authored Aug 4, 2022
1 parent 4fbb83f commit 52dea2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion etc/jenkins/build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
memory: "12Gi"
cpu: "6"
cpu: "5.5"
image: tkraus/el-build:2.0.2
image: tkraus/el-build:2.0.1
volumeMounts:
- name: tools
mountPath: /opt/tools
Expand Down
2 changes: 1 addition & 1 deletion etc/jenkins/pr_verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
requests:
memory: "6Gi"
cpu: "3"
image: tkraus/el-build:2.0.2
image: tkraus/el-build:2.0.1
volumeMounts:
- name: tools
mountPath: /opt/tools
Expand Down
3 changes: 2 additions & 1 deletion etc/jenkins/promote.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
requests:
memory: "2Gi"
cpu: "1"
image: tkraus/el-build:2.0.2
image: tkraus/el-build:1.1.9
volumeMounts:
- name: tools
mountPath: /opt/tools
Expand Down Expand Up @@ -123,6 +123,7 @@ spec:
"""
// Prepare and promote EclipseLink artifacts to oss.sonatype.org (staging)
sh """
. /etc/profile
curl --version
$JAVA_HOME/bin/java -version
echo JAVA_HOME = ${JAVA_HOME}
Expand Down

0 comments on commit 52dea2a

Please sign in to comment.