Don't remove the generated .zip files in the Jenkinsfile
This commit is contained in:
parent
dc65bd45ae
commit
c063b9a5b2
|
@ -13,7 +13,6 @@ pipeline {
|
|||
steps {
|
||||
echo 'Cleaning...'
|
||||
sh './gradlew clean'
|
||||
dir('remappedJars') { sh 'rm ./*.zip' }
|
||||
echo 'Building..'
|
||||
sh './gradlew build --stacktrace'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue