Finish v1.47.11(524)#3
All checks were successful
WMS - Android (New)/pipeline/head This commit looks good

This commit is contained in:
Giuseppe Scorrano 2025-09-05 10:37:50 +02:00
commit 11b353a91d

View File

@ -30,7 +30,6 @@ pipeline {
stage('Build') {
steps {
bat "./gradlew assembleRelease"
bat "./gradlew app:uploadCrashlyticsSymbolFileRelease"
archiveArtifacts artifacts: 'app/build/outputs/apk/release/', onlyIfSuccessful: true
}
}