nossr50 пре 2 дана
родитељ
комит
03bea40ad4
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
         }
     }
+
 }