Fix the Jenkinsfile

This commit is contained in:
Username404-59 2021-05-25 13:23:35 +02:00
parent 1c091b82ea
commit 0990696e78
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 0 additions and 3 deletions

3
Jenkinsfile vendored
View File

@ -21,9 +21,6 @@ pipeline {
steps {
echo 'Deploying....'
dir('remappedJars') {
zip zipFile: './UnoptimizedJars.zip', archive: true, glob: '*.jar'
}
dir('shrinkedJars') {
archiveArtifacts artifacts:'*.jar', fingerprint: false
}
}