Update jenkinsfile

Test if Jar files are saved after build in jenkins
pull/6/head
Hammy 3 years ago
parent 87360899f3
commit 8ea997c3ad

1
Jenkinsfile vendored

@ -64,6 +64,7 @@ pipeline {
error "*** Files could not be found"; error "*** Files could not be found";
} }
} }
archiveArtifacts artifacts: 'target/*.jar', onlyIfSuccessful: true
} }
} }
} }

Loading…
Cancel
Save