Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
FAIDARE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
urgi-is
FAIDARE
Merge requests
!65
Activate branch analysis in Sonarqube and MR decoration in Gitlab
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Activate branch analysis in Sonarqube and MR decoration in Gitlab
feat/activate_branch_analysis_in_sonarqube
into
master
Overview
24
Commits
12
Pipelines
0
Changes
2
Merged
Erik Kimmel
requested to merge
feat/activate_branch_analysis_in_sonarqube
into
master
4 years ago
Overview
24
Commits
12
Pipelines
0
Changes
2
Expand
Activate branch analysis in Sonarqube.
GNP-5961
.
Edited
4 years ago
by
Erik Kimmel
0
0
Merge request reports
Viewing commit
3f6505ce
Show latest version
2 files
+
5
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
3f6505ce
chore: remove sonar token and URL et set it in GitLab variables.
GNP-5961
.
· 3f6505ce
Erik Kimmel
authored
4 years ago
.gitlab-ci.yml
+
3
−
3
Options
@@ -19,7 +19,7 @@ variables:
GRADLE_USER_HOME
:
$CI_PROJECT_DIR/.gradle
APP_NAME
:
faidare
JAR_PATH
:
"
backend/build/libs/${APP_NAME}.jar"
GIT_DEPTH
:
100
0
GIT_DEPTH
:
0
# Gradle cache for all jobs
@@ -62,8 +62,8 @@ test-and-sonarqube:
command
:
[
"
bin/elasticsearch"
,
"
-Ediscovery.type=single-node"
]
variables
:
GRADLE_OPTS
:
"
-Dorg.gradle.daemon=true"
SONAR_TOKEN
:
"
94f359749d72f13d1e1a407521a8dd57c71ba562"
SONAR_HOST_URL
:
"
https://urgi.versailles.inrae.fr/sonarqube"
#
SONAR_TOKEN: "94f359749d72f13d1e1a407521a8dd57c71ba562"
#
SONAR_HOST_URL: "https://urgi.versailles.inrae.fr/sonarqube"
script
:
-
./gradlew :frontend:test --parallel
-
./gradlew :backend:test --parallel
Loading