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