This is the codeAbility Sharing Platform! Learn more about the
codeAbility Sharing Platform
.
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
codeAbility Sharing Platform
Manage
Activity
Members
Labels
Plan
Issues
43
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
development
sharing
codeAbility Sharing Platform
Commits
e5ca9719
Commit
e5ca9719
authored
4 years ago
by
Michael Breu
Browse files
Options
Downloads
Patches
Plain Diff
local jenkins evaluation
parent
3d24b37c
2 merge requests
!17
Initial Merge to Prepare Release 1.0.0
,
!1
Resolve "Metadaten konsolideren"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Jenkinsfile
+4
-0
4 additions, 0 deletions
Jenkinsfile
with
4 additions
and
0 deletions
Jenkinsfile
+
4
−
0
View file @
e5ca9719
...
@@ -23,9 +23,13 @@ pipeline {
...
@@ -23,9 +23,13 @@ pipeline {
stage
(
'Evaluate'
)
{
stage
(
'Evaluate'
)
{
steps
{
steps
{
milestone
1
milestone
1
junit
(
testResults:
'target/test-results/test/**'
,
healthScaleFactor:
100
)
jacoco
(
execPattern:
'target/jacoco/test.exec'
,
inclusionPattern:
'**/*.class'
,
classPattern:
'target/classes'
,
sourcePattern:
'src/main/java'
,
sourceInclusionPattern:
'**/*.java'
)
withSonarQubeEnv
(
'SonarQube Production'
)
{
withSonarQubeEnv
(
'SonarQube Production'
)
{
sh
"mvn -Dsonar.projectName=GitSearch -Dsonar.projectKey=GITSEARCH jacoco:report sonar:sonar"
sh
"mvn -Dsonar.projectName=GitSearch -Dsonar.projectKey=GITSEARCH jacoco:report sonar:sonar"
}
}
}
}
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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