Update EC2 IP

This commit is contained in:
JustFiesta 2024-05-02 12:10:15 +02:00
parent 139f92d952
commit 2c6bc73d89

2
Jenkinsfile vendored
View file

@ -2,7 +2,7 @@ pipeline {
agent any
environment {
NEXUS_CREDS = credentials('nexus-cred')
NEXUS_DOCKER_REPO = '54.195.172.42:8085'
NEXUS_DOCKER_REPO = '34.241.46.54:8085'
}
tools {