mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-07 02:51:11 +00:00
Update Jenkinsfile
Signed-off-by: wodnr533 <wodnr533@naver.com>
This commit is contained in:
parent
5e483eab6e
commit
a02c04915b
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: 'web01',
|
||||
sshPublisher(publishers: [sshPublisherDesc(configName: 'WEB01',
|
||||
transfers: [sshTransfer(cleanRemote: false,
|
||||
excludes: '',
|
||||
execCommand: '''
|
||||
|
|
@ -60,7 +60,7 @@ pipeline {
|
|||
patternSeparator: '[, ]+',
|
||||
remoteDirectory: '',
|
||||
remoteDirectorySDF: false,
|
||||
removePrefix: 'web01',
|
||||
removePrefix: 'WEB01',
|
||||
sourceFiles: '')],
|
||||
usePromotionTimestamp: false,
|
||||
useWorkspaceInPromotion: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue