Browse Source

Remove testing from maven

feature/mavenTest
LO Kam Tao Leo 3 years ago
parent
commit
0343559f84
  1. 1
      Jenkinsfile

1
Jenkinsfile vendored

@ -21,7 +21,6 @@ pipeline{
}
post{
success{
junit 'target/surefire-reports/**/*.xml'
archiveArtifacts artifacts: 'target/*.jar, *.pom', fingerprint: true, followSymlinks: false, onlyIfSuccessful: true
}
}

Loading…
Cancel
Save