removed @param master
authorErik Brakkee <erik@brakkee.org>
Sun, 3 Nov 2024 11:55:10 +0000 (12:55 +0100)
committerErik Brakkee <erik@brakkee.org>
Sun, 3 Nov 2024 11:55:10 +0000 (12:55 +0100)
Jenkinsfile
test/enterprise/src/test/java/org/wamblee/test/persistence/MyTables.java

index 23c3df3d74552e63d3b88622dd83e0ad0d5ff510..413811dc0625fad25c772f6040dcfecec12623fe 100644 (file)
@@ -1,9 +1,15 @@
-String cron_string = BRANCH_NAME == "trunk" ? "10 3 * * *" : ""
+String cron_string = BRANCH_NAME == "master" ? "10 3 * * *" : ""
 
 
 pipeline {
   agent {
     kubernetes agentsetup(containers: 'java8') 
 
 
 pipeline {
   agent {
     kubernetes agentsetup(containers: 'java8') 
+    buildDiscarder(logRotator(
+            numToKeepStr: '5',            // Number of build records to keep
+            artifactNumToKeepStr: '3',    // Number of builds for which to keep artifacts
+            daysToKeepStr: '30',          // Days to keep builds
+            artifactDaysToKeepStr: '15'   // Days to keep artifacts
+        ))
   }
   options {
     disableConcurrentBuilds()
   }
   options {
     disableConcurrentBuilds()
@@ -29,7 +35,7 @@ pipeline {
               echo ""
               echo "Building site for $dir"
               echo ""
               echo ""
               echo "Building site for $dir"
               echo ""
-              mvn -N -Ddistrib=/data/www/http.utils.wamblee.org/ site site:deploy
+              mvn -N -o -Ddistrib=/data/www/http.utils.wamblee.org/ site site:deploy
               echo ""
               echo ""
             )
               echo ""
               echo ""
             )
index 750dfc8701b795ec83574d4ee1aa350026d8d2d3..3675faffe8169743a319273e091c568ca838af97 100644 (file)
@@ -26,9 +26,6 @@ public class MyTables implements ITableFilterSimple {
 
     /**
      * 
 
     /**
      * 
-     * @param aJpaTables
-     *            Specific tables used by the JPA provider in addition to those
-     *            for the entities.
      */
     public MyTables() {
         // Empty.
      */
     public MyTables() {
         // Empty.