fix for javadoc:aggregate
[utils] / Jenkinsfile
index 833b6ad0738768e8147ebf4b2591fbcd611c7661..c9299ce7790d38496adc7f6aac0276262c972c70 100644 (file)
@@ -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/
 
-
-        """   
+        '''
       }
     }
   }