Add something to the gradlew parameters in the Jenkinsfile
This commit is contained in:
parent
1195c3f68d
commit
3910a8e4eb
|
@ -14,7 +14,7 @@ pipeline {
|
|||
echo 'Cleaning...'
|
||||
sh './gradlew clean'
|
||||
echo 'Building..'
|
||||
sh './gradlew build --stacktrace --scan'
|
||||
sh './gradlew build --stacktrace --scan -s'
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
|
|
Loading…
Reference in New Issue