From: Erik Brakkee Date: Sat, 24 Sep 2022 09:25:02 +0000 (+0200) Subject: fix X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=c3c1285feafccf0397f922e93ae5428a2cde3bbf;p=utils fix --- diff --git a/Jenkinsfile b/Jenkinsfile index 833b6ad0..5970e433 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,8 +13,8 @@ pipeline { stages { stage('Main') { steps { - sh """ - export + sh ''' + export rm -rf ~/.m2/repository/org/wamblee mvn install @@ -39,7 +39,7 @@ pipeline { rsync -a --delete target/site/apidocs/ /data/www/http.wamblee.org/apidocs/ - """ + ''' } } }