fix url and archive files

Signed-off-by: olivier lamy <olamy@apache.org>
diff --git a/Jenkinsfile b/Jenkinsfile
index 1e3df48..3cbfb10 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -41,7 +41,9 @@
     }
     post {
         always {
-            jenkinsNotify()
+            // not sure what is this
+            //jenkinsNotify()
+            archiveArtifacts artifacts: "**/site/*.*",allowEmptyArchive: true
         }
     }
     options {
diff --git a/src/main/java/org/apache/maven/dist/tools/masterjobs/ListMasterJobsMojo.java b/src/main/java/org/apache/maven/dist/tools/masterjobs/ListMasterJobsMojo.java
index 337ffa7..7cadf83 100644
--- a/src/main/java/org/apache/maven/dist/tools/masterjobs/ListMasterJobsMojo.java
+++ b/src/main/java/org/apache/maven/dist/tools/masterjobs/ListMasterJobsMojo.java
@@ -40,7 +40,7 @@
 
 /**
  * Generate report with build status of the Jenkins job for the master branch of every Git repository in
- * <a href="https://builds.apache.org/job/maven-box/">{@code maven-box} Apache Hosted Git Folder job</a>.
+ * <a href="https://ci-builds.apache.org/job/Maven/job/maven-box/">{@code maven-box} Apache Hosted Git Folder job</a>.
  *
  * @author Robert Scholte
  */
@@ -48,7 +48,7 @@
 public class ListMasterJobsMojo extends AbstractMavenReport
 {
     private String gitboxUrl = "https://gitbox.apache.org/repos/asf";
-    private String mavenboxJobsBaseUrl = "https://builds.apache.org/job/maven-box/job/";
+    private String mavenboxJobsBaseUrl = "https://ci-builds.apache.org/job/Maven/job/maven-box/";
     
     private Collection<String> excluded = Arrays.asList( "maven-integration-testing", // runs with Maven core job
                                                          "maven-jenkins-env",
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 41ba33b..6d65de3 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -36,7 +36,7 @@
 
 * [List Plugins Prerequisites][7] report, displaying plugins' Maven and JDK version prerequisites,
 
-or [MavenBox Jenkins Jobs](https://builds.apache.org/job/maven-box/):
+or [MavenBox Jenkins Jobs](https://ci-builds.apache.org/job/Maven/job/maven-box/):
 
 * [List Master Jobs][9] report, displaying the status of Jenkins jobs for the master branch of every Git repository on one page.