mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 22:35:50 +00:00
.
This commit is contained in:
parent
5a2f4bd6d6
commit
99c2d18bc3
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ pipeline {
|
||||||
DOCKERHUB_CREDENTIALS = credentials('nalexxgd_docker_pass')
|
DOCKERHUB_CREDENTIALS = credentials('nalexxgd_docker_pass')
|
||||||
DOCKERHUB_USERNAME = "nalexxgd"
|
DOCKERHUB_USERNAME = "nalexxgd"
|
||||||
NEXUS_URL = 'localhost:8081'
|
NEXUS_URL = 'localhost:8081'
|
||||||
JAVA_HOME="/Library/Java/JavaVirtualMachines/applejdk-17.0.9.9.1.jdk//Contents/Home"
|
|
||||||
def ARTIFACT_VERSION = sh(script: "mvn help:evaluate -Dexpression=project.version -q -DforceStdout", returnStdout: true).trim()
|
def ARTIFACT_VERSION = sh(script: "mvn help:evaluate -Dexpression=project.version -q -DforceStdout", returnStdout: true).trim()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue