disable junit for regular build phase
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -117,11 +117,11 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
echo "running build for branch ${env.BRANCH_NAME}"
|
echo "running build for branch ${env.BRANCH_NAME}"
|
||||||
//sh 'mvn dependency:purge-local-repository clean -U -f hartmann-foto-documentation/pom.xml '
|
//sh 'mvn dependency:purge-local-repository clean -U -f hartmann-foto-documentation/pom.xml '
|
||||||
sh 'mvn deploy -U -f pom.xml '
|
sh 'mvn deploy -U -f pom.xml'
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
junit '**/target/surefire-reports/*.xml'
|
//junit '**/target/surefire-reports/*.xml'
|
||||||
archiveArtifacts artifacts: '**/target/*.war, **/target/*.zip', fingerprint: true
|
archiveArtifacts artifacts: '**/target/*.war, **/target/*.zip', fingerprint: true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user