Commit a473f747 by tingweiwang

fix

1 parent 50ab389d
Showing with 2 additions and 4 deletions
......@@ -8,9 +8,8 @@ node("$DEPLOY_ENV-pod-template") {
stage('go test') {
sh "go version"
}
stage('test var') {
sh "echo $WORKSPACE"
sh "echo $DEPLOY_ENV"
stage('重新部署服务') {
sh "sh deploy.sh redeploy"
}
}
}
......
......@@ -3,7 +3,6 @@
dev_host=192.168.1.42
fu_host=192.168.1.36
test_host=192.168.1.51
project_workspace=/tmp
IMAGE=nginx:latest
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!