Update EC2 IP

This commit is contained in:
JustFiesta 2024-04-29 16:19:15 +02:00
parent 4c70f0f946
commit 7c2abe3585

2
Jenkinsfile vendored
View file

@ -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 {