diff --git a/Jenkinsfile b/Jenkinsfile index c16f85b3c..06dc25db9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,11 +28,6 @@ pipeline { echo 'Downloading dependencies...' sh 'mvn dependency:go-offline' } - post { - success { - archiveArtifacts artifacts: 'target/nukkit-*-SNAPSHOT.jar', fingerprint: true - } - } } stage ('validate') { steps {