项目初始化

This commit is contained in:
阿浔 2021-04-15 23:22:33 +08:00
parent c393be7859
commit 90b18b1ef2
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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