From 90b18b1ef2d70e48780a29d8ce680b3bc14fdb8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=B5=94?= <8638710+axun-chen@user.noreply.gitee.com> Date: Thu, 15 Apr 2021 23:22:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 83e70c4..1ba2c1f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { } stage('publish project') { steps { - echo '哈哈哈哈' + sh "scp target/springboot-cicd-0.0.1-SNAPSHOT.jar root@192.168.11.134:/usr/local" } } }