1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-17 17:32:36 +01:00

fix jenkins script

This commit is contained in:
nossr50
2025-12-13 16:21:34 -08:00
parent 401edf0bc9
commit 03bea40ad4

6
Jenkinsfile vendored
View File

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