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