mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 00:45:50 +00:00
no caret
This commit is contained in:
parent
d1dcb8be34
commit
ecf79e0667
1 changed files with 1 additions and 11 deletions
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
|
@ -59,17 +59,7 @@ pipeline {
|
||||||
// if(artifactExists) {
|
// if(artifactExists) {
|
||||||
// echo "*** File: ${artifactPath}, group: ${pom.groupId}, packaging: ${pom.packaging}, version ${pom.version}";
|
// echo "*** File: ${artifactPath}, group: ${pom.groupId}, packaging: ${pom.packaging}, version ${pom.version}";
|
||||||
|
|
||||||
def nexusArtifactUploader nexusVersion: "nexus3", protocol: "http", nexusUrl: "172.19.0.3:8081", groupId: pom.groupId, version: pom.version, repository: "maven-nexus-repo", credentialsId: "e6072e08-87bc-481e-9e4a-55d506546356", artifacts: [
|
def nexusArtifactUploader nexusVersion: "nexus3", protocol: "http", nexusUrl: "172.19.0.3:8081", groupId: pom.groupId, version: pom.version, repository: "maven-nexus-repo", credentialsId: "e6072e08-87bc-481e-9e4a-55d506546356", artifacts: [ [artifactId: pom.artifactId, classifier: '', file: "target/*.jar", type: pom.packaging], [artifactId: pom.artifactId, classifier: '', file: "pom.xml", type: "pom"] ];
|
||||||
[artifactId: pom.artifactId,
|
|
||||||
classifier: '',
|
|
||||||
file: "target/*.jar",
|
|
||||||
type: pom.packaging],
|
|
||||||
[artifactId: pom.artifactId,
|
|
||||||
classifier: '',
|
|
||||||
file: "pom.xml",
|
|
||||||
type: "pom"]
|
|
||||||
]
|
|
||||||
;
|
|
||||||
// } else {
|
// } else {
|
||||||
// error "*** File: ${artifactPath}, could not be found";
|
// error "*** File: ${artifactPath}, could not be found";
|
||||||
// }
|
// }
|
||||||
|
|
Loading…
Reference in a new issue