We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61407c2 commit 54982e6Copy full SHA for 54982e6
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.15-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}/
version.txt
@@ -1 +1 @@
1
-0.9.0.1
+0.9.0
0 commit comments