Remove the generated .zip file before building in the Jenkinsfile.
This commit is contained in:
parent
3813476a52
commit
8651c34ed7
|
@ -13,6 +13,7 @@ pipeline {
|
|||
steps {
|
||||
echo 'Cleaning...'
|
||||
sh './gradlew clean'
|
||||
dir('remappedJars') { sh 'rm ./*.zip' }
|
||||
echo 'Building..'
|
||||
sh './gradlew build --stacktrace'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue