Forráskód Böngészése

更新 'Jenkinsfile'

sifu-gogs 2 éve
szülő
commit
1d28565419
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

@@ -12,6 +12,7 @@ pipeline {
                 echo 'Building..'
                 sh 'docker-compose down'
                 sh '~/tools/apache-maven-3.6.3/bin/mvn  clean install -Dmaven.test.skip=true'
+                sh 'ruoyi-admin/target/ruoyi-admin.jar /var/lib/docker/volumes/post-volume/_data'
             }
         }
         stage('Test') {