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

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

Still Fixing

parent fa5eee22
Branches
Tags
2 merge requests!17Initial Merge to Prepare Release 1.0.0,!1Resolve "Metadaten konsolideren"
......@@ -9,13 +9,30 @@ pipeline {
tools {
// Install the Maven version configured as "M3" and add it to the path.
maven "/usr/share/maven"
jdk "java-11"
}
stages {
stage('Compile') {
steps {
milestone 1
withSonarQubeEnv('SonarQube Production') {
sh "mvn -Dmaven.test.failure.ignore=true -Dsonar.projectName=GitSearch -Dsonar.projectKey=GITSEARCH clean test jacoco:report sonar:sonar"
sh "mvn "
}
}
}
stage('Test') {
steps {
milestone 1
withSonarQubeEnv('SonarQube Production') {
sh "mvn -Dmaven.test.failure.ignore=true clean test"
}
}
}
stage('Evaluate') {
steps {
milestone 1
withSonarQubeEnv('SonarQube Production') {
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