This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit 5671589eb24cfb4f93e6cc8e897ff71ab4b3901b
Author: Felix Schumacher <felix.schumacher@internetallee.de>
AuthorDate: Sun Aug 9 14:19:06 2020 +0200
Change to new jenkins nodes and correct filename-structure of nightlies
---
xdocs/nightly.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/xdocs/nightly.xml b/xdocs/nightly.xml
index 79f9889..28e9080 100644
--- a/xdocs/nightly.xml
+++ b/xdocs/nightly.xml
@@ -45,7 +45,7 @@
<p>JMeter CI builds are currently run by Jenkins and Buildbot</p>
<p>These are located at:
<ul>
- <li><a href="https://builds.apache.org/job/JMeter-trunk/lastSuccessfulBuild/artifact/src/dist/build/distributions/">Last
Successful Jenkins build for JMeter-trunk</a></li>
+ <li><a href="https://ci-builds.apache.org/job/JMeter/job/JMeter-trunk/lastSuccessfulBuild/artifact/src/dist/build/distributions/">Last
Successful Jenkins build for JMeter-trunk</a></li>
<li><a href="http://ci.apache.org/projects/jmeter/nightlies/">Buildbot nightly
builds for JMeter-trunk</a></li>
<li><a href="https://repository.apache.org/content/repositories/snapshots/org/apache/jmeter/">Maven
Snapshots (Buildbot nightly builds)</a></li>
</ul>
@@ -55,10 +55,10 @@
JMeter is distributed as a set of zip (or tar-gz) archive files as are the released versions.
You can find the bundles:
<ul>
-<li>apache-jmeter-{SVN revision}.zip - Bundle in ZIP format</li>
-<li>apache-jmeter-{SVN revision}.tgz - Bundle in TAR GZIP format</li>
-<li>apache-jmeter-{SVN revision}_src.zip - Sources in ZIP format</li>
-<li>apache-jmeter-{SVN revision}_src.tgz - Sources in TAR GZIP format</li>
+<li>{git revision}/apache-jmeter-{version}.zip - Bundle in ZIP format</li>
+<li>{git revision}/apache-jmeter-{version}.tgz - Bundle in TAR GZIP format</li>
+<li>{git revision}/apache-jmeter-{version}_src.zip - Sources in ZIP format</li>
+<li>{git revision}/apache-jmeter-{version}_src.tgz - Sources in TAR GZIP format</li>
</ul>
For each file you will also find a hash (MD5, SHA) that allows you to test its integrity.
</p>
|