Browse Source

Try to fix Jenkinsfile issue

develop
LO Kam Tao Leo 3 years ago
parent
commit
6f6f7b6122
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

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

Loading…
Cancel
Save