Commit 46cff39b by Lihua Tang

Update Jenkinsfile

parent faf2a3ac
......@@ -37,7 +37,6 @@ pipeline {
when { branch 'master' }
steps {
sh "scp middleware-automatic-center-server/target/middleware-automatic-center-server.jar nbzhiwei@192.168.0.38:/home/nbzhiwei/jar/middleware-automatic-2023"
sh "scp middleware-automatic-center-son/target/middleware-automatic-center-son.jar nbzhiwei@192.168.0.38:/home/nbzhiwei/jar/middleware-automatic-2023"
}
post {
failure {
......@@ -54,7 +53,6 @@ pipeline {
when { branch 'master' }
steps {
sh "supervisorctl-cli.go -active restart -host 192.168.0.38:9001 -name middleware-automatic-center-server -user 沈君杰"
sh "supervisorctl-cli.go -active restart -host 192.168.0.38:9001 -name middleware-automatic-center-son -user 沈君杰"
}
post {
success {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment