Update Jenkinsfile

Add new classifier 'core' back in because it was not working without a classifier
pull/3/head
Hammy 3 years ago
parent f58ba047a3
commit 3c8a6d5660

2
Jenkinsfile vendored

@ -58,7 +58,7 @@ pipeline {
repository: NEXUS_REPOSITORY,
credentialsId: NEXUS_CREDENTIAL_ID,
artifacts: [
[artifactId: pom.artifactId, classifier: '', file: jarArtifact, type: pom.packaging],
[artifactId: pom.artifactId, classifier: 'core', file: jarArtifact, type: pom.packaging],
[artifactId: pom.artifactId, classifier: 'javadocs', file: javadocsArtifact, type: pom.packaging],
[artifactId: pom.artifactId, classifier: 'sources', file: jarWithSourcesArtifact, type: pom.packaging],
[artifactId: pom.artifactId, classifier: '', file: "pom.xml", type: "pom"]

Loading…
Cancel
Save