mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
Update EC2 IP
This commit is contained in:
parent
139f92d952
commit
2c6bc73d89
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -2,7 +2,7 @@ pipeline {
|
||||||
agent any
|
agent any
|
||||||
environment {
|
environment {
|
||||||
NEXUS_CREDS = credentials('nexus-cred')
|
NEXUS_CREDS = credentials('nexus-cred')
|
||||||
NEXUS_DOCKER_REPO = '54.195.172.42:8085'
|
NEXUS_DOCKER_REPO = '34.241.46.54:8085'
|
||||||
}
|
}
|
||||||
|
|
||||||
tools {
|
tools {
|
||||||
|
|
Loading…
Reference in a new issue