You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2020/08/27 09:39:46 UTC

[creadur-whisker] branch master updated: RAT-271: Update Jenkins coordinates in pom.xml

This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git


The following commit(s) were added to refs/heads/master by this push:
     new 9a35a4b  RAT-271: Update Jenkins coordinates in pom.xml
9a35a4b is described below

commit 9a35a4b7e5f4163db2f44ba026b5cad71a8e47d3
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Thu Aug 27 11:39:35 2020 +0200

    RAT-271: Update Jenkins coordinates in pom.xml
---
 pom.xml | 19 ++++---------------
 1 file changed, 4 insertions(+), 15 deletions(-)

diff --git a/pom.xml b/pom.xml
index c251d09..0aa4057 100644
--- a/pom.xml
+++ b/pom.xml
@@ -400,17 +400,10 @@
     <system>JIRA</system>
     <url>https://issues.apache.org/jira/browse/WHISKER</url>
   </issueManagement>
-  <!-- TODO
-	<ciManagement>
-	        <system>Jenkins</system>
-	        <url>http://ci.apache.org/builders/whisker_trunk</url>
-	        Jenkins builds are at:
-	        https://builds.apache.org/job/Creadur-Whisker/ - check Java6 compliance and run all tests
-	        https://builds.apache.org/job/Creadur-Whisker-Site/ - generate mvn site
-	        https://builds.apache.org/job/Creadur-Whisker-Latest-Jdk/ - check Java8 compliance and run all tests
-	        https://builds.apache.org/job/Creadur-Whisker-Site-Latest-Jdk/ - generate mvn site with mvn3 and Java8.
-	</ciManagement>
-	 -->
+  <ciManagement>
+    <system>/</system>
+    <url>https://ci-builds.apache.org/job/Creadur/job/Creadur-Tentacles/</url>
+  </ciManagement>
   <mailingLists>
     <mailingList>
       <name>Whisker development at Apache Creadur project</name>
@@ -438,8 +431,4 @@
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/creadur-whisker.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=creadur-whisker.git</url>
   </scm>
-  <ciManagement>
-    <system>Buildbot</system>
-    <url>http://ci.apache.org/builders/whisker-trunk</url>
-  </ciManagement>
 </project>