File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99
1010// These are the wgets that also include the Dynatrace Test Run ID as provided by the Dynatrace Jenkins Plugin
11- wget http://${appip}:9080/to-read -d --header="x-dynatrace: NA=reading.to-read;TR=$dtTestRunID "
12- wget http://${appip}:9080/to-read/Fiction -d --header="x-dynatrace: NA=reading.to-read.fiction;TR=$dtTestRunID "
13- wget http://${appip}:9080/to-read/Misc -d --header="x-dynatrace: NA=reading.to-read.misc;TR=$dtTestRunID "
14- wget http://${appip}:9090/recommended -d --header="x-dynatrace: NA=bookstore.recommended;TR=$dtTestRunID "
15- wget http://${appip}:9090/genres -d --header="x-dynatrace: NA=bookstore.genres;TR=$dtTestRunID "
16- wget http://${appip}:9090/all -d --header="x-dynatrace: NA=bookstore.all;TR=$dtTestRunID "
11+ wget http://${appip}:9080/to-read -d --header="x-dynatrace: NA=reading.to-read;TR=$dtTestrunID "
12+ wget http://${appip}:9080/to-read/Fiction -d --header="x-dynatrace: NA=reading.to-read.fiction;TR=$dtTestrunID "
13+ wget http://${appip}:9080/to-read/Misc -d --header="x-dynatrace: NA=reading.to-read.misc;TR=$dtTestrunID "
14+ wget http://${appip}:9090/recommended -d --header="x-dynatrace: NA=bookstore.recommended;TR=$dtTestrunID "
15+ wget http://${appip}:9090/genres -d --header="x-dynatrace: NA=bookstore.genres;TR=$dtTestrunID "
16+ wget http://${appip}:9090/all -d --header="x-dynatrace: NA=bookstore.all;TR=$dtTestrunID "
You can’t perform that action at this time.
0 commit comments