File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ pipeline {
30
30
31
31
./build_distribution.sh --spark3-profile spark3 --hadoop-profile hadoop3.2 --without-dashboard
32
32
cd deploy/kubernetes/docker || exit
33
- ./build.sh --hadoop-version 3.2.0.14-EE-RC0 --registry docker.hops.works --nexus-user $NEXUS_CREDS_USR --nexus-password $NEXUS_CREDS_PSW
33
+ ./build.sh --hadoop-version 3.2.0.14-EE-RC0 --registry docker.hops.works/hopsworks --nexus-user $NEXUS_CREDS_USR --nexus-password $NEXUS_CREDS_PSW --push-image true
34
34
cd ../../..
35
35
36
36
mkdir -p /opt/repository/master/rss/${ VERSION} /
Original file line number Diff line number Diff line change @@ -138,7 +138,6 @@ cp "$RSS_DIR/$RSS_FILE" .
138
138
GIT_BRANCH=$( git rev-parse --abbrev-ref HEAD)
139
139
GIT_COMMIT=$( git describe --dirty --always --tags | sed ' s/-/./g' )
140
140
IMAGE_VERSION=$( cat $RSS_DIR /version.txt | awk ' {$1=$1; print}' | sed ' /^$/d' )
141
- IMAGE=$REGISTRY /rss-server:$IMAGE_VERSION
142
141
echo " image version: ${IMAGE_VERSION} "
143
142
IMAGE=$REGISTRY /rss:$IMAGE_VERSION
144
143
echo " building image: $IMAGE "
You can’t perform that action at this time.
0 commit comments