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

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

Fixing

parent 3160da7d
2 merge requests!17Initial Merge to Prepare Release 1.0.0,!1Resolve "Metadaten konsolideren"
...@@ -4,7 +4,7 @@ pipeline { ...@@ -4,7 +4,7 @@ pipeline {
scannerHome = tool 'SonarQube Scanner' scannerHome = tool 'SonarQube Scanner'
} }
options { options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10')) buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
} }
tools { tools {
// Install the Maven version configured as "M3" and add it to the path. // Install the Maven version configured as "M3" and add it to the path.
...@@ -19,6 +19,7 @@ pipeline { ...@@ -19,6 +19,7 @@ pipeline {
} }
} }
} }
}
post { post {
failure { failure {
......
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