Add something to the gradlew parameters in the Jenkinsfile

This commit is contained in:
Username404-59 2021-04-17 15:51:55 +02:00
parent 1195c3f68d
commit 3910a8e4eb
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ pipeline {
echo 'Cleaning...' echo 'Cleaning...'
sh './gradlew clean' sh './gradlew clean'
echo 'Building..' echo 'Building..'
sh './gradlew build --stacktrace --scan' sh './gradlew build --stacktrace --scan -s'
} }
} }
stage('Deploy') { stage('Deploy') {