Update Jenkinsfile

Signed-off-by: wodnr533 <wodnr533@naver.com>
This commit is contained in:
wodnr533 2025-09-10 14:19:56 +09:00 committed by GitHub
parent ffd4a26b9b
commit 5e483eab6e
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: '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,