Skip to content

Commit 9acde0c

Browse files
SNOW-2040000 change tag to bptp-stable (#2268)
1 parent a61ee6b commit 9acde0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ timestamps {
3838
stage('Test') {
3939
try {
4040
def commit_hash = "main" // default which we want to override
41-
def bptp_tag = "bptp-built"
41+
def bptp_tag = "bptp-stable"
4242
def response = authenticatedGithubCall("https://api.github.com/repos/snowflakedb/snowflake/git/ref/tags/${bptp_tag}")
4343
commit_hash = response.object.sha
44-
// Append the bptp-built commit sha to params
44+
// Append the bptp-stable commit sha to params
4545
params += [string(name: 'svn_revision', value: commit_hash)]
4646
} catch(Exception e) {
4747
println("Exception computing commit hash from: ${response}")

0 commit comments

Comments
 (0)