Revert "Add gradle scans in the Jenkinsfile"

This reverts commit de632f47
This commit is contained in:
Username404-59 2021-04-17 19:35:22 +02:00
parent 80953b84c6
commit 5281e670bc
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 --scan -s'
sh './gradlew build --stacktrace'
}
}
stage('Deploy') {