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 bed17a5 commit 611352e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/browserstackJenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ json=$(jq -n \
--arg deviceLogs "$browserstack_deviceLogs" \
--arg allowDeviceMockServer "$browserstack_allowDeviceMockServer" \
--argjson shards "$shards" \
--argjson 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 611352e

Please sign in to comment.