Merge branch 'master' of https://github.com/mcMMO-Dev/mcMMO into spears
Some checks failed
EpicKnarvik97/mcMMO/pipeline/head There was a failure building this commit

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 { post {
success { success {
echo 'Build succeeded' archiveArtifacts artifacts: 'target/mcMMO.jar', fingerprint: true
}
failure {
echo 'Build failed'
} }
} }
} }