update jenkins
This commit is contained in:
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@@ -3,10 +3,10 @@ pipeline {
|
|||||||
|
|
||||||
environment {
|
environment {
|
||||||
// Configure these in Jenkins or as pipeline parameters
|
// Configure these in Jenkins or as pipeline parameters
|
||||||
DOCKER_REGISTRY = 'docker.io'
|
DOCKER_REGISTRY = 'https://git.wrigglyt.xyz/'
|
||||||
DOCKER_IMAGE = 'myorg/myapp' // e.g., username/repo for Docker Hub
|
DOCKER_IMAGE = 'ryanv/myapp' // e.g., username/repo for Docker Hub
|
||||||
DEPLOY_HOST = 'deploy-server.example.com'
|
DEPLOY_HOST = '10.0.11.3'
|
||||||
DEPLOY_USER = 'deploy'
|
DEPLOY_USER = 'ryanv'
|
||||||
DEPLOY_PATH = '/opt/myapp'
|
DEPLOY_PATH = '/opt/myapp'
|
||||||
GIT_REPO_URL = 'https://github.com/myorg/jenkins-docker-deploy-example.git'
|
GIT_REPO_URL = 'https://github.com/myorg/jenkins-docker-deploy-example.git'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user