mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15:49 +00:00
IP address fix in nexus env
This commit is contained in:
parent
69adb9c27a
commit
78af55e81f
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -2,7 +2,7 @@ pipeline {
|
|||
agent any
|
||||
environment {
|
||||
NEXUS_CREDS = credentials('nexus-cred')
|
||||
NEXUS_DOCKER_REPO = '54.170.162.132:8085'
|
||||
NEXUS_DOCKER_REPO = '54.195.172.42:8085'
|
||||
}
|
||||
|
||||
tools {
|
||||
|
|
Loading…
Reference in a new issue