IP address fix in nexus env

This commit is contained in:
JustFiesta 2024-04-30 11:26:12 +02:00
parent 69adb9c27a
commit 78af55e81f

2
Jenkinsfile vendored
View file

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