From d7bec74745a1dc83c140a9a684b8f71d4af4b405 Mon Sep 17 00:00:00 2001 From: "rick.boyd" Date: Mon, 6 Feb 2017 13:41:29 -0500 Subject: [PATCH 1/2] changed comment to echo in web api test txt file --- pipeline/8WebAPITests.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipeline/8WebAPITests.txt b/pipeline/8WebAPITests.txt index 051e5e6..70b380e 100644 --- a/pipeline/8WebAPITests.txt +++ b/pipeline/8WebAPITests.txt @@ -1,4 +1,4 @@ -// These are the wgets that just use the Dynatrace HTTP Test Name +echo These are the wgets that just use the Dynatrace HTTP Test Name wget http://${appip}:9080/to-read -d --header="x-dynatrace: NA=reading.to-read" wget http://${appip}:9080/to-read/Fiction -d --header="x-dynatrace: NA=reading.to-read.fiction" wget http://${appip}:9080/to-read/Misc -d --header="x-dynatrace: NA=reading.to-read.misc" @@ -7,7 +7,7 @@ wget http://${appip}:9090/all -d --header="x-dynatrace: NA=bookstore.all" -// These are the wgets that also include the Dynatrace Test Run ID as provided by the Dynatrace Jenkins Plugin +echo These are the wgets that also include the Dynatrace Test Run ID as provided by the Dynatrace Jenkins Plugin wget http://${appip}:9080/to-read -d --header="x-dynatrace: NA=reading.to-read;TR=$dtTestrunID" wget http://${appip}:9080/to-read/Fiction -d --header="x-dynatrace: NA=reading.to-read.fiction;TR=$dtTestrunID" wget http://${appip}:9080/to-read/Misc -d --header="x-dynatrace: NA=reading.to-read.misc;TR=$dtTestrunID" From 437c788159460992d27f7b4a3f7775aa0d275867 Mon Sep 17 00:00:00 2001 From: DJRickyB Date: Mon, 6 Feb 2017 14:46:49 -0500 Subject: [PATCH 2/2] all good --- reading/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reading/src/main/resources/application.properties b/reading/src/main/resources/application.properties index 73c320e..18c2319 100644 --- a/reading/src/main/resources/application.properties +++ b/reading/src/main/resources/application.properties @@ -1,4 +1,4 @@ server.port=9080 bookstore.url=http://127.0.0.1:9090 -reading.version=1 +reading.version=2 reading.processingtime=500