Browse Source

Merge branch 'feature/gen_artifact' into develop

develop
LO Kam Tao Leo 3 years ago
parent
commit
cf79616e92
  1. 1
      Jenkinsfile

1
Jenkinsfile vendored

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

Loading…
Cancel
Save