Browse Source

fix jenkins script

nossr50 2 ngày trước cách đây
mục cha
commit
03bea40ad4
1 tập tin đã thay đổi với 2 bổ sung4 xóa
  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
         }
     }
+
 }