mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 00:25:50 +00:00
variables
This commit is contained in:
parent
d1e8e86ac8
commit
ac0322be36
1 changed files with 7 additions and 7 deletions
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
|
@ -37,13 +37,13 @@ pipeline {
|
|||
echo "*** File: ${artifactPath}, group: ${pom.groupId}, packaging: ${pom.packaging}, version ${pom.version}";
|
||||
|
||||
def nexusArtifactUploader(
|
||||
nexusVersion: ${NEXUS_VERSION},
|
||||
protocol: ${NEXUS_PROTOCOL},
|
||||
nexusUrl: ${NEXUS_URL},
|
||||
groupId: pom.groupId,
|
||||
version: pom.version,
|
||||
repository: ${NEXUS_REPOSITORY},
|
||||
credentialsId: ${NEXUS_CREDENTIAL_ID},
|
||||
${NEXUS_VERSION},
|
||||
${NEXUS_PROTOCOL},
|
||||
${NEXUS_URL},
|
||||
pom.groupId,
|
||||
pom.version,
|
||||
${NEXUS_REPOSITORY},
|
||||
${NEXUS_CREDENTIAL_ID},
|
||||
artifacts: [
|
||||
[artifactId: pom.artifactId,
|
||||
classifier: '',
|
||||
|
|
Loading…
Reference in a new issue