Skip to content
Snippets Groups Projects
Commit b3976ab4 authored by OZGCloud's avatar OZGCloud
Browse files

fix jenkins

parent 644e44cf
Branches
Tags
No related merge requests found
......@@ -63,6 +63,7 @@ pipeline {
sh 'mvn --version'
sh 'mvn -s $MAVEN_SETTINGS -pl -goofy-client clean install'
script {
if (env.BRANCH_NAME == 'master') {
dir('goofy-server'){
withSonarQubeEnv('sonarqube'){
......@@ -73,6 +74,7 @@ pipeline {
}
}
}
}
post {
always{
junit testResults: '**/target/surefire-reports/*.xml', skipPublishingChecks: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment