Fix the Jenkinsfile
This commit is contained in:
parent
1c091b82ea
commit
0990696e78
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue