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...'
|
echo 'Cleaning...'
|
||||||
sh './gradlew clean'
|
sh './gradlew clean'
|
||||||
echo 'Building..'
|
echo 'Building..'
|
||||||
sh './gradlew build --stacktrace --scan -s'
|
sh './gradlew build --stacktrace'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
|
|
Loading…
Reference in New Issue