You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2019/07/14 13:39:47 UTC

[jmeter] branch master updated: Correct link to last successful build on jenkins

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


The following commit(s) were added to refs/heads/master by this push:
     new 09aa3f8  Correct link to last successful build on jenkins
09aa3f8 is described below

commit 09aa3f867870c2d65b960fb3b4fadf96ed9664c8
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Sun Jul 14 15:39:33 2019 +0200

    Correct link to last successful build on jenkins
---
 xdocs/nightly.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xdocs/nightly.xml b/xdocs/nightly.xml
index 7656519..f91e237 100644
--- a/xdocs/nightly.xml
+++ b/xdocs/nightly.xml
@@ -44,7 +44,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/trunk/dist/">Last Successful Jenkins build for JMeter-trunk</a></li>
+    <li><a href="https://builds.apache.org/job/JMeter-trunk/lastSuccessfulBuild/artifact/dist/">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>