Fixed oopsie
Some checks failed
GiteaTest/JenkinsGoTest/pipeline/head There was a failure building this commit
Some checks failed
GiteaTest/JenkinsGoTest/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user