Skip to content

Commit

Permalink
Add support for the Databricks 14.3 pre-merge pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: timl <[email protected]>
  • Loading branch information
NvTimLiu committed Sep 26, 2024
1 parent 9b68cd3 commit 5709d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/Jenkinsfile-blossom.premerge-databricks
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,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 '11.3', '12.2', '13.3'
values '11.3', '12.2', '13.3', '14.3'
}
}
stages {
Expand Down

0 comments on commit 5709d4a

Please sign in to comment.