Fix copy paste error

This commit is contained in:
Gabriele C 2018-03-13 12:55:55 +01:00 committed by GitHub
parent a3c4095877
commit 9ec47f5393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
Jenkinsfile vendored
View File

@ -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 {