소스 검색

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

nossr50 1 일 전
부모
커밋
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
         }
     }
+
 }