We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0530a75 commit 31f162fCopy full SHA for 31f162f
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.13-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-SNAPSHOT --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}/
@@ -40,4 +40,4 @@ pipeline {
40
}
41
42
43
-}
+}
0 commit comments