diff --git a/Jenkinsfile b/Jenkinsfile index 3ce060b..819b709 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -76,7 +76,7 @@ spec: stage('Change values.yaml to nexus') { steps { container('maven') { - sh 'sed -i "s|docker.io/root/example-app:1.0.0-SNAPSHOT|nexus-repo-nexus-repository-manager.default.svc.cluster.local:5000/my-docker-repo/example-app:latest|g" target/helm/kubernetes/example-app/values.yaml' + sh 'sed -i "s|docker.io/root/example-app:1.0.0-SNAPSHOT|nexus.local:5000/my-docker-repo/example-app:latest|g" target/helm/kubernetes/example-app/values.yaml' } } }