update gitea Jenkins file

add Jenkinsfile to sslproxy and add metrics.xai-corp.net.conf
This commit is contained in:
2018-10-28 23:02:35 -04:00
parent ce98660502
commit 039ac6d6e5

View File

@@ -10,10 +10,12 @@ node('docker') {
stage('build') { stage('build') {
dir(workdir) { dir(workdir) {
//docker.build -f docker-compose.yml
sh """ sh """
docker-compose -f docker-compose.yml build docker-compose -f docker-compose.yml build
""" """
sh "DOCKER_HOST=dkhost:2376 docker-compose -f docker-compose-prod.yml pull" docker.Image.push dkregistry.xai-corp.net:5000/sslproxy:2.1
sh "docker-compose -f docker-compose-prod.yml pull"
} }
} }