Detached scan

This commit is contained in:
aminecmi 2022-08-17 11:04:44 +02:00
parent e06e6d580d
commit 03f53bf9c9

View File

@ -3,6 +3,11 @@ type: docker
name: android
steps:
- name: build
image: mingc/android-build-box:latest
commands:
- ./gradlew :androidApp:build -PignoreGitVersion=true -P appLoginUrl="URL" -P appLoginUsername="LOGIN" -P appLoginPassword="PASS"
- name: code-analysis
image: mingc/android-build-box:latest
failure: ignore
@ -15,8 +20,3 @@ steps:
from_secret: sonarScannerHostUrl
SONAR_LOGIN:
from_secret: sonarScannerLogin
- name: build
image: mingc/android-build-box:latest
commands:
- ./gradlew :androidApp:build -PignoreGitVersion=true -P appLoginUrl="URL" -P appLoginUsername="LOGIN" -P appLoginPassword="PASS"