We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01419e1 commit 4bb98cbCopy full SHA for 4bb98cb
Jenkinsfile
@@ -30,7 +30,7 @@ pipeline {
30
31
./build_distribution.sh --spark3-profile spark3 --hadoop-profile hadoop3.2 --without-dashboard
32
cd deploy/kubernetes/docker || exit
33
- ./build.sh --hadoop-version 3.2.0.14-EE-SNAPSHOT --registry docker.hops.works --nexus-user $NEXUS_CREDS_USR --nexus-password $NEXUS_CREDS_PSW
+ ./build.sh --hadoop-version 3.2.0.14-EE-RC0 --registry docker.hops.works --nexus-user $NEXUS_CREDS_USR --nexus-password $NEXUS_CREDS_PSW
34
cd ../../..
35
36
mkdir -p /opt/repository/master/rss/${VERSION}/
0 commit comments