aboutsummaryrefslogtreecommitdiff
path: root/jdk8-generate-email-report.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2016-11-10 13:30:26 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2016-11-10 13:30:26 +0000
commit016805b920d1d56d8606555c6cc39a3b41d2edc7 (patch)
treed4f18e25df1633d1d7b95f94dcf2383aad009381 /jdk8-generate-email-report.yaml
parent7808ec18688f7bc0ba4761050bb819bf32026811 (diff)
jdk: Correct JCStress URLs in email report
They were /8ujcstress, but should be /jdk8u/jcstress. Change-Id: I2613597ecf34090031c138b4e767e8b13aab2ffe
Diffstat (limited to 'jdk8-generate-email-report.yaml')
-rw-r--r--jdk8-generate-email-report.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdk8-generate-email-report.yaml b/jdk8-generate-email-report.yaml
index 6f04d71c..ecc71e1f 100644
--- a/jdk8-generate-email-report.yaml
+++ b/jdk8-generate-email-report.yaml
@@ -65,7 +65,7 @@
${PERSIST}/hadoop-test-scripts/benchmark-terasort-report >> ${WORKSPACE}/report.txt
echo "" >> ${WORKSPACE}/report.txt
- TOP_DIR=${PERSIST} ${PERSIST}/jcstress-test-scripts/jcstress-report --url http://openjdk.linaro.org/${JDK_VERSION} >> ${WORKSPACE}/report.txt
+ TOP_DIR=${PERSIST} ${PERSIST}/jcstress-test-scripts/jcstress-report --url http://openjdk.linaro.org/jdk${JDK_VERSION}/ >> ${WORKSPACE}/report.txt
publishers:
- archive:
artifacts: 'report.txt'