Update Jenkinsfile

Signed-off-by: wodnr533 <wodnr533@naver.com>
This commit is contained in:
wodnr533 2025-09-10 14:21:03 +09:00 committed by GitHub
parent 5e483eab6e
commit a02c04915b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Jenkinsfile vendored
View file

@ -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,