mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 16:45:48 +00:00
back to origins with envs
This commit is contained in:
parent
9cc4619610
commit
c10e7c3dd0
1 changed files with 1 additions and 9 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
@ -62,15 +62,7 @@ pipeline {
|
|||
// if(artifactExists) {
|
||||
// echo "*** File: ${artifactPath}, group: ${pom.groupId}, packaging: ${pom.packaging}, version ${pom.version}";
|
||||
|
||||
nexusArtifactUploader
|
||||
nexusVersion: ${env.NEXUS_VERSION},
|
||||
protocol: ${env.NEXUS_PROTOCOL},
|
||||
nexusUrl: ${env.NEXUS_URL},
|
||||
groupId: pom.groupId,
|
||||
version: pom.version,
|
||||
repository: ${env.NEXUS_REPOSITORY},
|
||||
credentialsId: ${env.NEXUS_CREDENTIAL_ID},
|
||||
artifacts: [
|
||||
nexusArtifactUploader nexusVersion: ${env.NEXUS_VERSION}, protocol: ${env.NEXUS_PROTOCOL}, nexusUrl: ${env.NEXUS_URL}, groupId: pom.groupId, version: pom.version, repository: ${env.NEXUS_REPOSITORY}, credentialsId: ${env.NEXUS_CREDENTIAL_ID}, artifacts: [
|
||||
[artifactId: pom.artifactId,
|
||||
classifier: '',
|
||||
file: artifactPath,
|
||||
|
|
Loading…
Reference in a new issue