This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit e5ca9719 authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

local jenkins evaluation

parent 3d24b37c
2 merge requests!17Initial Merge to Prepare Release 1.0.0,!1Resolve "Metadaten konsolideren"
...@@ -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"
} }
} }
} }
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment