1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-19 02:12:58 +01:00

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

This commit is contained in:
nossr50
2025-12-13 16:24:37 -08:00

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
}
}
}