Browse Source

Merge branch 'develop' into feature/adv_web

feature/adv_web
LO Kam Tao Leo 3 years ago
parent
commit
45658749d6
  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