Skip to content

Commit af9078f

Browse files
committed
Fix registry url
1 parent 1e3aac8 commit af9078f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pipeline {
3030
3131
./build_distribution.sh --spark3-profile spark3 --hadoop-profile hadoop3.2 --without-dashboard
3232
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
3434
cd ../../..
3535
3636
mkdir -p /opt/repository/master/rss/${VERSION}/

deploy/kubernetes/docker/build.sh

-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ cp "$RSS_DIR/$RSS_FILE" .
138138
GIT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
139139
GIT_COMMIT=$(git describe --dirty --always --tags | sed 's/-/./g')
140140
IMAGE_VERSION=$(cat $RSS_DIR/version.txt | awk '{$1=$1; print}' | sed '/^$/d')
141-
IMAGE=$REGISTRY/rss-server:$IMAGE_VERSION
142141
echo "image version: ${IMAGE_VERSION}"
143142
IMAGE=$REGISTRY/rss:$IMAGE_VERSION
144143
echo "building image: $IMAGE"

0 commit comments

Comments
 (0)