From: Erik Brakkee Date: Sun, 25 Sep 2022 19:20:50 +0000 (+0200) Subject: offline building of site deploy to improve performance. X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;p=utils offline building of site deploy to improve performance. --- diff --git a/Jenkinsfile b/Jenkinsfile index 23c3df3d..13ad14a6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,7 +29,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 "" )