瀏覽代碼

Merge branch 'master' of https://github.com/mcMMO-Dev/mcMMO into spears

nossr50 2 天之前
父節點
當前提交
5d6b499468
共有 1 個文件被更改,包括 2 次插入4 次删除
  1. 2 4
      Jenkinsfile

+ 2 - 4
Jenkinsfile

@@ -28,10 +28,8 @@ pipeline {
 
     post {
         success {
-            echo 'Build succeeded'
-        }
-        failure {
-            echo 'Build failed'
+            archiveArtifacts artifacts: 'target/mcMMO.jar', fingerprint: true
         }
     }
+
 }