Fixed oopsie
Some checks failed
GiteaTest/JenkinsGoTest/pipeline/head There was a failure building this commit

This commit is contained in:
2021-01-05 02:19:21 +01:00
parent 6c0b5801cd
commit fd83148c05

View File

@@ -13,7 +13,7 @@ pipeline {
'''
// Archive Build file
// Local
archiveArtifacts artifacts: 'HelloWorld-amd64$BUILD_DISPLAY_NAME', onlyIfSuccessful: true
archiveArtifacts artifacts: 'HelloWorld-amd64-$BUILD_DISPLAY_NAME', onlyIfSuccessful: true
//Remote sftp server
sshPublisher(publishers: [sshPublisherDesc(configName: 'centnas', transfers: [sshTransfer(cleanRemote: false, excludes: '', execCommand: '', execTimeout: 120000, flatten: false, makeEmptyDirs: false, noDefaultExcludes: false, patternSeparator: '[, ]+', remoteDirectory: '/$JOB_NAME', remoteDirectorySDF: false, removePrefix: '', sourceFiles: 'HelloWorld-amd64*')], usePromotionTimestamp: false, useWorkspaceInPromotion: false, verbose: false)])
// Cleaning WorkSpace