Skip to content

Commit 52dea2a

Browse files
authored
Docker build image revert
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]>
1 parent 4fbb83f commit 52dea2a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

etc/jenkins/build.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spec:
7777
memory: "12Gi"
7878
cpu: "6"
7979
cpu: "5.5"
80-
image: tkraus/el-build:2.0.2
80+
image: tkraus/el-build:2.0.1
8181
volumeMounts:
8282
- name: tools
8383
mountPath: /opt/tools

etc/jenkins/pr_verify.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
requests:
6464
memory: "6Gi"
6565
cpu: "3"
66-
image: tkraus/el-build:2.0.2
66+
image: tkraus/el-build:2.0.1
6767
volumeMounts:
6868
- name: tools
6969
mountPath: /opt/tools

etc/jenkins/promote.groovy

+2-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ spec:
7373
requests:
7474
memory: "2Gi"
7575
cpu: "1"
76-
image: tkraus/el-build:2.0.2
76+
image: tkraus/el-build:1.1.9
7777
volumeMounts:
7878
- name: tools
7979
mountPath: /opt/tools
@@ -123,6 +123,7 @@ spec:
123123
"""
124124
// Prepare and promote EclipseLink artifacts to oss.sonatype.org (staging)
125125
sh """
126+
. /etc/profile
126127
curl --version
127128
$JAVA_HOME/bin/java -version
128129
echo JAVA_HOME = ${JAVA_HOME}

0 commit comments

Comments
 (0)