mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-08 03:11:11 +00:00
Update Jenkinsfile
Signed-off-by: wodnr533 <wodnr533@naver.com>
This commit is contained in:
parent
ffd4a26b9b
commit
5e483eab6e
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
|
@ -46,7 +46,7 @@ pipeline {
|
|||
}
|
||||
stage('Publish Over SSH') {
|
||||
steps {
|
||||
sshPublisher(publishers: [sshPublisherDesc(configName: 'target',
|
||||
sshPublisher(publishers: [sshPublisherDesc(configName: 'web01',
|
||||
transfers: [sshTransfer(cleanRemote: false,
|
||||
excludes: '',
|
||||
execCommand: '''
|
||||
|
|
@ -60,7 +60,7 @@ pipeline {
|
|||
patternSeparator: '[, ]+',
|
||||
remoteDirectory: '',
|
||||
remoteDirectorySDF: false,
|
||||
removePrefix: 'target',
|
||||
removePrefix: 'web01',
|
||||
sourceFiles: '')],
|
||||
usePromotionTimestamp: false,
|
||||
useWorkspaceInPromotion: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue