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

fix brakes in jenkinsfile

parent 23042158
Branches
No related tags found
No related merge requests found
...@@ -75,8 +75,8 @@ pipeline { ...@@ -75,8 +75,8 @@ pipeline {
configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) { configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) {
sh 'mvn --version' sh 'mvn --version'
sh 'mvn -s $MAVEN_SETTINGS clean install' sh 'mvn -s $MAVEN_SETTINGS clean install'
}
}
script { script {
try { try {
...@@ -91,10 +91,13 @@ pipeline { ...@@ -91,10 +91,13 @@ pipeline {
} }
} }
} }
}
post { post {
always{ always{
junit testResults: '**/target/surefire-reports/*.xml', skipPublishingChecks: true junit testResults: '**/target/surefire-reports/*.xml', skipPublishingChecks: true
} }
}
} }
stage('Deploy Kop-Common to Nexus'){ stage('Deploy Kop-Common to Nexus'){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment