Skip to content

Commit

Permalink
Changed QA for STG in deployment pipeline (#118)
Browse files Browse the repository at this point in the history
* Changed QA for STG in deployment pipeline

* jenkinsfile s3 path
  • Loading branch information
mikegron committed Dec 9, 2022
1 parent c01ece4 commit 0039882
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .deployment.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"environments_order": {
"sequential": [
"dev",
"qa",
"stg",
"prd"
]
},
Expand Down Expand Up @@ -37,8 +37,8 @@
"dev": {
"bucket": "coveo-ndev-binaries"
},
"qa": {
"bucket": "coveo-nqa-binaries"
"stg": {
"bucket": "coveo-hstg-binaries"
},
"prd": {
"bucket": "coveo-nprod-binaries"
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0039882

Please sign in to comment.