Fix the Jenkinsfile
This commit is contained in:
parent
1c091b82ea
commit
0990696e78
|
@ -21,9 +21,6 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
echo 'Deploying....'
|
echo 'Deploying....'
|
||||||
dir('remappedJars') {
|
dir('remappedJars') {
|
||||||
zip zipFile: './UnoptimizedJars.zip', archive: true, glob: '*.jar'
|
|
||||||
}
|
|
||||||
dir('shrinkedJars') {
|
|
||||||
archiveArtifacts artifacts:'*.jar', fingerprint: false
|
archiveArtifacts artifacts:'*.jar', fingerprint: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue