fix registry
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -3,7 +3,7 @@ pipeline {
|
|||||||
|
|
||||||
environment {
|
environment {
|
||||||
// Configure these in Jenkins or as pipeline parameters
|
// Configure these in Jenkins or as pipeline parameters
|
||||||
DOCKER_REGISTRY = 'https://git.wrigglyt.xyz/'
|
DOCKER_REGISTRY = 'https://git.wrigglyt.xyz'
|
||||||
DOCKER_IMAGE = 'ryanv/myapp' // e.g., username/repo for Docker Hub
|
DOCKER_IMAGE = 'ryanv/myapp' // e.g., username/repo for Docker Hub
|
||||||
DEPLOY_HOST = '10.0.11.3'
|
DEPLOY_HOST = '10.0.11.3'
|
||||||
DEPLOY_USER = 'ryanv'
|
DEPLOY_USER = 'ryanv'
|
||||||
|
|||||||
Reference in New Issue
Block a user