File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11version : 2.1
22
33orbs :
4- codacy : codacy/base@10.1 .0
4+ codacy : codacy/base@10.11 .0
55 slack : circleci/slack@3.3.0
66
77references :
@@ -61,7 +61,7 @@ references:
6161 name : Run tests
6262 command : |
6363 export EXECUTION_TIME=`date +%F_%Hh%M-%Z`
64- mvn test -DsuiteFile=$TEST_PATH -Drp.description=$EXECUTION_TIME -Drp.uuid=$RP_CIRCLECI_UUID -Drp.launch=$LAUNCH_NAME -Drp.project=$PROJECT_NAME -Drp.mode=DEFAULT -Drp.endpoint=$RP_ENDPOINT -Drp.tags=$LAUNCH_TAG
64+ mvn test -DsuiteFile=$TEST_PATH -Drp.description=$EXECUTION_TIME -Drp.api.key=$RP_CIRCLECI_API_KEY -Drp.launch=$LAUNCH_NAME -Drp.project=$PROJECT_NAME -Drp.mode=DEFAULT -Drp.endpoint=$RP_ENDPOINT -Drp.tags=$LAUNCH_TAG
6565 - run :
6666 name : Save test results
6767 command : |
@@ -125,7 +125,7 @@ jobs:
125125 LAUNCH_TAG : CIRCLECI;CLI;STAGING
126126 PROJECT_NAME : codacy-analysis-cli
127127 LAUNCH_NAME : CLI_STAGING
128- RP_LAUNCH_URL : https://reportportal.staging .codacy.org/ui/#codacy-analysis-cli/launches
128+ RP_LAUNCH_URL : https://rp.dev .codacy.org/ui/#codacy-analysis-cli/launches/all
129129 ENVIRONMENT : staging
130130 test_cli_production :
131131 << : *run_integration_tests
@@ -135,7 +135,7 @@ jobs:
135135 LAUNCH_TAG : CIRCLECI;CLI;PROD
136136 PROJECT_NAME : codacy-analysis-cli
137137 LAUNCH_NAME : CLI_PROD
138- RP_LAUNCH_URL : https://reportportal.staging .codacy.org/ui/#codacy-analysis-cli/launches
138+ RP_LAUNCH_URL : https://rp.dev .codacy.org/ui/#codacy-analysis-cli/launches/all
139139 ENVIRONMENT : production
140140
141141workflows :
You can’t perform that action at this time.
0 commit comments