Add gradle scans in the Jenkinsfile

This commit is contained in:
Username404-59 2021-04-17 15:40:26 +02:00
parent f8892fe01b
commit 1195c3f68d
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...'
sh './gradlew clean'
echo 'Building..'
sh './gradlew build --stacktrace'
sh './gradlew build --stacktrace --scan'
}
}
stage('Deploy') {