Revert "Add gradle scans in the Jenkinsfile"
This reverts commit de632f47
This commit is contained in:
parent
80953b84c6
commit
5281e670bc
|
@ -14,7 +14,7 @@ pipeline {
|
|||
echo 'Cleaning...'
|
||||
sh './gradlew clean'
|
||||
echo 'Building..'
|
||||
sh './gradlew build --stacktrace --scan -s'
|
||||
sh './gradlew build --stacktrace'
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
|
|
Loading…
Reference in New Issue