Commit 5f459a20 authored by suhuiguang's avatar suhuiguang

1.ci分析

parent 8e6ae18a
Pipeline #253 passed with stage
in 7 minutes 38 seconds
sonarqube-check-autosys:
image:
name: sonarsource/sonar-scanner-cli:latest
entrypoint: [""]
variables:
SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar" # Defines the location of the analysis task cache
GIT_DEPTH: "0" # Tells git to fetch all the branches of the project, required by the analysis task
cache:
key: "${CI_JOB_NAME}"
paths:
- .sonar/cache
script:
- sonar-scanner -Dsonar.qualitygate.wait=true
allow_failure: true
only:
- main
\ No newline at end of file
sonar.projectKey=YeeAmosFireAutoSysRoot
sonar.projectName=YeeAmosFireAutoSysRoot
sonar.projectVersion=1.0.0.0
sonar.sources=.
sonar.exclusions=
sonar.sourceEncoding=UTF-8
sonar.java.binaries=.
sonar.language=java
sonar.login=admin
sonar.password=sonar123
sonar.java.source=1.8
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment