Skip to content

Commit ea29f62

Browse files
fix(CI): update GCS bucket location (#86)
1 parent ead3aa2 commit ea29f62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ parallel(
9191

9292
stage 'Build and Upload CLI built with SDK'
9393

94-
def gcs_bucket = "gs://workflow-cli"
94+
def gcs_bucket = "gs://workflow-cli-pr"
9595
def wcli_image = 'quay.io/deisci/workflow-cli-dev:latest'
9696

9797

@@ -108,7 +108,7 @@ def upload_artifacts = { String dist_dir ->
108108
script += "&& rm -rf /upload/*'"
109109

110110
withCredentials([[$class: 'StringBinding',
111-
credentialsId: '6561701c-b7b4-4796-83c4-9d87946799e4',
111+
credentialsId: '6029cf4e-eaa3-4a8e-9dc7-744d118ebe6a',
112112
variable: 'GCSKEY']]) {
113113
sh "docker run ${dist_dir} -e GCS_KEY_JSON=\"\${GCSKEY}\" --rm ${wcli_image} ${script}"
114114
}

0 commit comments

Comments
 (0)