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" } } }