mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-12-14 13:08:45 +01:00
fix jenkins script
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -28,10 +28,8 @@ pipeline {
|
||||
|
||||
post {
|
||||
success {
|
||||
echo 'Build succeeded'
|
||||
}
|
||||
failure {
|
||||
echo 'Build failed'
|
||||
archiveArtifacts artifacts: 'target/mcMMO.jar', fingerprint: true
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user