fix Jenkinsfile

This commit is contained in:
Chikashi Miyama 2019-07-13 21:17:43 +02:00
parent 1bf552288c
commit f9a8387aa7

2
Jenkinsfile vendored
View file

@ -40,7 +40,7 @@ pipeline {
echo 'publish Build'
unstash 'installer build'
cifsPublisher(publishers: [[configName: 'Interstellar Share', transfers: [[cleanRemote: false, excludes: '', flatten: false, makeEmptyDirs: false, noDefaultExcludes: false, patternSeparator: '[, ]+', remoteDirectory: 'Build${BUILD_NUMBER}', remoteDirectorySDF: false, removePrefix: '', sourceFiles: '${APP_NAME}.msi']], usePromotionTimestamp: false, useWorkspaceInPromotion: false, verbose: true]])
cifsPublisher(publishers: [[configName: 'Cylvester Share', transfers: [[cleanRemote: false, excludes: '', flatten: false, makeEmptyDirs: false, noDefaultExcludes: false, patternSeparator: '[, ]+', remoteDirectory: 'Build${BUILD_NUMBER}', remoteDirectorySDF: false, removePrefix: '', sourceFiles: 'SoundVision.msi']], usePromotionTimestamp: false, useWorkspaceInPromotion: false, verbose: true]])
}
}
}