From 0039882563f36f0fa21f751c769d36ea902816df Mon Sep 17 00:00:00 2001 From: Michael Grondines Date: Fri, 9 Dec 2022 10:37:56 -0500 Subject: [PATCH] Changed QA for STG in deployment pipeline (#118) * Changed QA for STG in deployment pipeline * jenkinsfile s3 path --- .deployment.config | 6 +++--- Jenkinsfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.deployment.config b/.deployment.config index 35ac284..04febfa 100644 --- a/.deployment.config +++ b/.deployment.config @@ -5,7 +5,7 @@ "environments_order": { "sequential": [ "dev", - "qa", + "stg", "prd" ] }, @@ -37,8 +37,8 @@ "dev": { "bucket": "coveo-ndev-binaries" }, - "qa": { - "bucket": "coveo-nqa-binaries" + "stg": { + "bucket": "coveo-hstg-binaries" }, "prd": { "bucket": "coveo-nprod-binaries" diff --git a/Jenkinsfile b/Jenkinsfile index 5475db5..c3ae25e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -56,7 +56,7 @@ pipeline { tag pattern: "^v\\d+\\.\\d+\\.\\d+", comparator: "REGEXP" } steps { - sh "mkdir -p s3/${TAG_NAME}" + sh "mkdir -p s3/searchuiextensions/${TAG_NAME}" sh "cp -r bin/commonjs bin/css bin/es6 bin/img bin/typings s3/searchuiextensions/${TAG_NAME}" script {