Update Jenkinsfile

This commit is contained in:
2025-05-23 15:40:19 +03:00
parent 97a56d84ea
commit 301ecd3d9a

2
Jenkinsfile vendored
View File

@@ -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.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|localhost:31050/my-docker-repo/example-app:latest|g" target/helm/kubernetes/example-app/values.yaml'
}
}
}