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

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

Still Fixing (sigh)

parent e5ca9719
Branches
Tags
2 merge requests!17Initial Merge to Prepare Release 1.0.0,!1Resolve "Metadaten konsolideren"
......@@ -22,7 +22,7 @@ pipeline {
}
stage('Evaluate') {
steps {
milestone 1
milestone 2
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')
......
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