Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
ac0478ea
Commit
ac0478ea
authored
Feb 22, 2023
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.tst
parent
c14a5e32
Pipeline
#243
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
.gitlab-ci.yml
.gitlab-ci.yml
+8
-9
No files found.
.gitlab-ci.yml
View file @
ac0478ea
sonarqube-check-amos-boot-biz-temp
:
sonarqube-check-amos-boot-biz
:
image
:
maven:3.6.3-jdk-11
image
:
name
:
sonarsource/sonar-scanner-cli:latest
entrypoint
:
[
"
"
]
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
MAVEN_CLI_OPTS
:
"
-s
/root/.m2/settings.xml"
MAVEN_OPTS
:
"
-Dmaven.repo.local=/root/.m2/repository"
cache
:
cache
:
key
:
"
${CI_JOB_NAME}"
key
:
"
${CI_JOB_NAME}"
paths
:
paths
:
-
.sonar/cache
-
.sonar/cache
-
.m2/repository
script
:
script
:
-
mvn $MAVEN_CLI_OPTS verify sonar:sonar -Dsonar.projectKey=moa_amos-boot-biz_AYZ4D-RdsWVV_jQK869u $MAVEN_OPTS
-
sonar-scanner -Dsonar.qualitygate.wait=true
allow_failure
:
true
allow_failure
:
true
only
:
rules
:
-
main
-
if
:
$CI_COMMIT_REF_NAME == 'main' || $CI_PIPELINE_SOURCE == 'merge_request_event'
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment