Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ehasa-backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WIMMA Lab 2019
Overflow
ehasa-backend
Commits
c8370115
Commit
c8370115
authored
5 years ago
by
L4168
Browse files
Options
Downloads
Patches
Plain Diff
changed scanner image
parent
825a6a72
No related branches found
No related tags found
2 merge requests
!59
Development to master
,
!31
Development
Pipeline
#64284
canceled
5 years ago
Stage: analysis
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+12
-7
12 additions, 7 deletions
.gitlab-ci.yml
sonar-project.properties
+0
-1
0 additions, 1 deletion
sonar-project.properties
with
12 additions
and
8 deletions
.gitlab-ci.yml
+
12
−
7
View file @
c8370115
...
...
@@ -43,13 +43,18 @@ e2e-testing:
sonarqube
:
stage
:
analysis
image
:
jramcast/gitlab-ci-sonarqube
tags
:
[
'
docker'
]
only
:
-
Development
image
:
ciricihq/gitlab-sonar-scanner
variables
:
SONAR_URL
:
http://10.166.0.3:9000
SONAR_ANALYSIS_MODE
:
preview
script
:
-
gitlab-sonar-scanner -Dsonar.host.url=http://10.166.0.3:9000 -Dsonar.projectKey=backend -Dsonar.login=$SONAR_USER -Dsonar.password=$SONAR_PASS -Dsonar.gitlab.project_id=$CI_PROJECT_ID -Dsonar.gitlab.commit_sha=$CI_COMMIT_REF -Dsonar.gitlab.ref_name=$CI_COMMIT_REF_NAME
sonarqube-reports
:
stage
:
analysis
image
:
ciricihq/gitlab-sonar-scanner
variables
:
SONAR_URL
:
http://10.166.0.3:9000
SONAR_
LOGIN
:
$SONAR_TOKEN
SONAR_
ANALYSIS_MODE
:
publish
script
:
-
sonar-scanner-preview
-
sonar-scanner
-
gitlab-sonar-scanner -Dsonar.host.url=http://10.166.0.3:9000 -Dsonar.projectKey=backend -Dsonar.login=$SONAR_USER -Dsonar.password=$SONAR_PASS -Dsonar.gitlab.project_id=$CI_PROJECT_ID -Dsonar.gitlab.commit_sha=$CI_COMMIT_REF -Dsonar.gitlab.ref_name=$CI_COMMIT_REF_NAME
This diff is collapsed.
Click to expand it.
sonar-project.properties
+
0
−
1
View file @
c8370115
...
...
@@ -2,4 +2,3 @@ sonar.projectKey=backend
sonar.projectName
=
OverflowBackend
sonar.projectVersion
=
1.0
sonar.sources
=
.
sonar.analysis.mode
=
publish
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment