Commit f6423a46 authored by jinli gu's avatar jinli gu
Browse files

Add new file

parent 5c4a85b2
Pipeline #51 passed with stage
in 13 minutes and 24 seconds
sonarqube-check:
image: maven:3.6.3-jdk-11
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:
- mvn verify sonar:sonar -Dsonar.projectKey=MCMS -Dsonar.login=admin -Dsonar.password=ustchcs
allow_failure: true
only:
- master
Supports Markdown
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