We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead3aa2 commit ea29f62Copy full SHA for ea29f62
1 file changed
Jenkinsfile
@@ -91,7 +91,7 @@ parallel(
91
92
stage 'Build and Upload CLI built with SDK'
93
94
-def gcs_bucket = "gs://workflow-cli"
+def gcs_bucket = "gs://workflow-cli-pr"
95
def wcli_image = 'quay.io/deisci/workflow-cli-dev:latest'
96
97
@@ -108,7 +108,7 @@ def upload_artifacts = { String dist_dir ->
108
script += "&& rm -rf /upload/*'"
109
110
withCredentials([[$class: 'StringBinding',
111
- credentialsId: '6561701c-b7b4-4796-83c4-9d87946799e4',
+ credentialsId: '6029cf4e-eaa3-4a8e-9dc7-744d118ebe6a',
112
variable: 'GCSKEY']]) {
113
sh "docker run ${dist_dir} -e GCS_KEY_JSON=\"\${GCSKEY}\" --rm ${wcli_image} ${script}"
114
}
0 commit comments