mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
EC2 IP update
This commit is contained in:
parent
ffd9a684bb
commit
eeac93eb83
1 changed files with 2 additions and 1 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -4,7 +4,8 @@ pipeline {
|
|||
|
||||
environment {
|
||||
NEXUS_CREDS = credentials('nexus-cred')
|
||||
NEXUS_DOCKER_REPO_MR = '34.241.46.54:8085'
|
||||
NEXUS_DOCKER_REPO_MR = '34.245.131.115:8085'
|
||||
NEXUS_DOCKER_REPO_MAIN = '34.245.131.115:8084'
|
||||
}
|
||||
|
||||
tools {
|
||||
|
|
Loading…
Reference in a new issue