diff --git a/jenkins/Jenkinsfile-blossom.premerge-databricks b/jenkins/Jenkinsfile-blossom.premerge-databricks index 2fd2df7a8b0..86fff7f23be 100644 --- a/jenkins/Jenkinsfile-blossom.premerge-databricks +++ b/jenkins/Jenkinsfile-blossom.premerge-databricks @@ -88,7 +88,7 @@ pipeline { // 'name' and 'value' only supprt literal string in the declarative Jenkins // Refer to Jenkins issue https://issues.jenkins.io/browse/JENKINS-62127 name 'DB_RUNTIME' - values '10.4', '11.3', '12.2', '13.3' + values '10.4', '11.3', '12.2' } } stages { diff --git a/jenkins/databricks/build.sh b/jenkins/databricks/build.sh index 8a0b25a0c95..a68b272257b 100755 --- a/jenkins/databricks/build.sh +++ b/jenkins/databricks/build.sh @@ -144,6 +144,12 @@ if [[ "$WITH_BLOOP" == "1" ]]; then MVN_OPT="ch.epfl.scala:bloop-maven-plugin:bloopInstall $MVN_OPT" fi +# Disabling build for 341db until 24.02 +if [[ "$BUILDVER" == "341db" ]]; then + echo "Databricks 341 is not supported as of release 23.12\n" + exit 1 +fi + # Build the RAPIDS plugin by running package command for databricks $MVN_CMD -B -Ddatabricks -Dbuildver=$BUILDVER clean package -DskipTests $MVN_OPT diff --git a/pom.xml b/pom.xml index 7e6ed88cf9f..e8086a35d06 100644 --- a/pom.xml +++ b/pom.xml @@ -771,8 +771,7 @@ 321db, 330db, - 332db, - 341db + 332db