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...'
|
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') {
|
||||||
|
|
Loading…
Reference in New Issue