Update
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user