This commit is contained in:
P-A
2026-03-29 21:20:20 +02:00
parent f4fc960469
commit fee887de03
4 changed files with 15 additions and 12 deletions

2
Jenkinsfile vendored
View File

@@ -4,7 +4,7 @@ pipeline {
environment {
DOCKER_IMAGE = 'homework-backend'
DOCKER_TAG = "${env.BUILD_NUMBER}"
DOCKER_REGISTRY = 'your-registry.com' // Replace with your Docker registry
DOCKER_REGISTRY = '192.168.50.221:45000' // Replace with your Docker registry
}
stages {