From: Erik Brakkee Date: Sun, 3 Nov 2024 11:55:10 +0000 (+0100) Subject: removed @param X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;hp=1155ae79ae8adc1954bbe7aea34160a3279092d8;p=utils removed @param --- diff --git a/Jenkinsfile b/Jenkinsfile index 23c3df3d..413811dc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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') + 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() @@ -29,7 +35,7 @@ pipeline { 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 "" ) diff --git a/test/enterprise/src/test/java/org/wamblee/test/persistence/MyTables.java b/test/enterprise/src/test/java/org/wamblee/test/persistence/MyTables.java index 750dfc87..3675faff 100644 --- a/test/enterprise/src/test/java/org/wamblee/test/persistence/MyTables.java +++ b/test/enterprise/src/test/java/org/wamblee/test/persistence/MyTables.java @@ -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.