项目初始化

This commit is contained in:
阿浔 2021-04-16 10:19:38 +08:00
parent 90b18b1ef2
commit 3296c64d63
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -16,6 +16,7 @@ pipeline {
stage('publish project') {
steps {
sh "scp target/springboot-cicd-0.0.1-SNAPSHOT.jar root@192.168.11.134:/usr/local"
sshPublisher(publishers: [sshPublisherDesc(configName: 'axun-server', transfers: [sshTransfer(cleanRemote: false, excludes: '', execCommand: '/usr/local/deploy.sh', execTimeout: 120000, flatten: false, makeEmptyDirs: false, noDefaultExcludes: false, patternSeparator: '[, ]+', remoteDirectory: '', remoteDirectorySDF: false, removePrefix: '', sourceFiles: '')], usePromotionTimestamp: false, useWorkspaceInPromotion: false, verbose: false)])
}
}
}