提交 112fa02f authored 作者: husishuai's avatar husishuai

测试jfrog

上级 bd65080b
流水线 #298 已取消 于阶段
sonarqube-check: #sonarqube-check:
# image: maven:3.6.3-jdk-11 ## image: maven:3.6.3-jdk-11
variables: # variables:
SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar" # Defines the location of the analysis task cache # 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 # GIT_DEPTH: "0" # Tells git to fetch all the branches of the project, required by the analysis task
cache: # cache:
key: "${CI_JOB_NAME}" # key: "${CI_JOB_NAME}"
paths: # paths:
- .sonar/cache # - .sonar/cache
script: # script:
- mvn verify sonar:sonar # - mvn verify sonar:sonar
allow_failure: true # allow_failure: true
only: # only:
- master # or the name of your main branch # - master # or the name of your main branch
jfrog-check: jfrog-check:
before_script: before_script:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论