88053911 by xu

Update Jenkinsfile

1 parent d688c2b5
......@@ -4,7 +4,7 @@ pipeline {
environment{
//服务名称
SVN_FOLD = "fe-data-trusted-space"
SSH_PATH = "csbr20"
SSH_PATH = "js-match"
SVN_TYPE = "pre"
image_tag = "1.0.0"
ip = "121.237.182.192:30002"
......@@ -94,7 +94,7 @@ pipeline {
//develop分支环境
echo 'start to deploy ${SVN_FOLD} on develop ...'
//调用Publish Over SSH插件,上传docker-compose.yaml文件并且执行deploy脚本
sshPublisher(publishers: [sshPublisherDesc(configName: "csbr20", transfers: [sshTransfer(cleanRemote: false, excludes: '', execCommand: """
sshPublisher(publishers: [sshPublisherDesc(configName: "js-match", transfers: [sshTransfer(cleanRemote: false, excludes: '', execCommand: """
#使用k8s构建
kubectl delete -f /mnt/k8s/daop/release-tds/daop-trust-data-space/fe-data-trusted-space.yaml
kubectl apply -f /mnt/k8s/daop/release-tds/daop-trust-data-space/fe-data-trusted-space.yaml
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!