mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Update EC2 IP
This commit is contained in:
parent
4c70f0f946
commit
7c2abe3585
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 = '3.252.205.41:8085'
|
NEXUS_DOCKER_REPO = '54.170.162.132:8085'
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
|
Loading…
Reference in a new issue