X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=Jenkinsfile;h=c9299ce7790d38496adc7f6aac0276262c972c70;hb=c7563dbd45dee95101b2d7562cd8fbe809075c28;hp=833b6ad0738768e8147ebf4b2591fbcd611c7661;hpb=27e64921ef6223144d2b12b5ee0c0f3d34c74958;p=utils diff --git a/Jenkinsfile b/Jenkinsfile index 833b6ad0..c9299ce7 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 @@ -37,9 +37,10 @@ pipeline { mvn javadoc:aggregate rsync -a --delete target/site/apidocs/ /data/www/http.wamblee.org/apidocs/ + + cp src/site/index.html /data/www/http.utils.wamblee.org/ - - """ + ''' } } }