From 31f162f73e1945205c586401379c34a4f86eef59 Mon Sep 17 00:00:00 2001 From: Mahmoud Ismail Date: Tue, 27 Aug 2024 12:44:34 +0200 Subject: [PATCH] [HOPSFS-175] Bump Hops Hadoop Version to 3.2.0.14-SNAPSHOT --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d9c14734ff..86204e6726 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,7 +30,7 @@ pipeline { ./build_distribution.sh --spark3-profile spark3 --hadoop-profile hadoop3.2 --without-dashboard cd deploy/kubernetes/docker || exit - ./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 cd ../../.. mkdir -p /opt/repository/master/rss/${VERSION}/ @@ -40,4 +40,4 @@ pipeline { } } } -} \ No newline at end of file +}