Skip to content

Commit

Permalink
browserstack build tag
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo <[email protected]>
  • Loading branch information
Balcan committed Apr 25, 2024
1 parent 5680938 commit 6af0e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/browserstackJenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ json=$(jq -n \
--arg language "$browserstack_language" \
--arg locale "$browserstack_locale" \
--arg deviceLogs "$browserstack_deviceLogs" \
--arg allowDeviceMockServer "$browserstack_allowDeviceMockServer" \
--arg allowDeviceMockServer "$browserstack_allowDeviceMockServer" \
--argjson shards "$shards" \
--arg buildTag = [\"$buildTag\"] \
--arg buildTag \"$buildTag\" \
'{devices: $devices, app: $app_url, testSuite: $test_url, class: $class, logs: $logs, video: $video, local: $loc, localIdentifier: $locId, gpsLocation: $gpsLocation, language: $language, locale: $locale, deviceLogs: $deviceLogs, allowDeviceMockServer: $allowDeviceMockServer, shards: $shards, buildTag: $buildTag}')

test_execution_response="$(curl -X POST https://api-cloud.browserstack.com/app-automate/espresso/v2/build -d \ "$json" -H "Content-Type: application/json" -u "$BROWSERSTACK_USR:$BROWSERSTACK_PSW")"
Expand Down

0 comments on commit 6af0e71

Please sign in to comment.