mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 00:45: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}";
|
echo "*** File: ${artifactPath}, group: ${pom.groupId}, packaging: ${pom.packaging}, version ${pom.version}";
|
||||||
|
|
||||||
def nexusArtifactUploader(
|
def nexusArtifactUploader(
|
||||||
nexusVersion: ${NEXUS_VERSION},
|
${NEXUS_VERSION},
|
||||||
protocol: ${NEXUS_PROTOCOL},
|
${NEXUS_PROTOCOL},
|
||||||
nexusUrl: ${NEXUS_URL},
|
${NEXUS_URL},
|
||||||
groupId: pom.groupId,
|
pom.groupId,
|
||||||
version: pom.version,
|
pom.version,
|
||||||
repository: ${NEXUS_REPOSITORY},
|
${NEXUS_REPOSITORY},
|
||||||
credentialsId: ${NEXUS_CREDENTIAL_ID},
|
${NEXUS_CREDENTIAL_ID},
|
||||||
artifacts: [
|
artifacts: [
|
||||||
[artifactId: pom.artifactId,
|
[artifactId: pom.artifactId,
|
||||||
classifier: '',
|
classifier: '',
|
||||||
|
|
Loading…
Reference in a new issue