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