Commit a473f747 by tingweiwang

fix

1 parent 50ab389d
Showing with 2 additions and 4 deletions
...@@ -8,9 +8,8 @@ node("$DEPLOY_ENV-pod-template") { ...@@ -8,9 +8,8 @@ node("$DEPLOY_ENV-pod-template") {
stage('go test') { stage('go test') {
sh "go version" sh "go version"
} }
stage('test var') { stage('重新部署服务') {
sh "echo $WORKSPACE" sh "sh deploy.sh redeploy"
sh "echo $DEPLOY_ENV"
} }
} }
} }
......
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
dev_host=192.168.1.42 dev_host=192.168.1.42
fu_host=192.168.1.36 fu_host=192.168.1.36
test_host=192.168.1.51 test_host=192.168.1.51
project_workspace=/tmp
IMAGE=nginx:latest IMAGE=nginx:latest
DOCKER_REGISTRY="hub.kce.ksyun.com/kpl_k8s" DOCKER_REGISTRY="hub.kce.ksyun.com/kpl_k8s"
######################################### #########################################
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!