Added Jenkinsfile

This commit is contained in:
JackCarterSmith 2018-11-06 15:08:37 +01:00
parent 90013f697b
commit f125468c95

2
Jenkinsfile vendored
View File

@ -27,7 +27,7 @@ pipeline {
stage('JAR release') {
steps {
sh './gradlew jar'
archiveArtifacts 'OrbitalSatellite-*.jar'
archiveArtifacts(artifacts: 'build/libs/OrbitalSatellite-*.jar', excludes: 'build/libs/OrbitalSatellite-*-sources.jar')
}
}
stage('Test') {