added non selfcontaind build to artifact list
All checks were successful
GiteaTest/JenkinsDotNETTest/pipeline/head This commit looks good
All checks were successful
GiteaTest/JenkinsDotNETTest/pipeline/head This commit looks good
This commit is contained in:
@@ -18,7 +18,7 @@ pipeline {
|
||||
}
|
||||
// Archive Build file
|
||||
// Local
|
||||
archiveArtifacts artifacts: "bin_SelfContained/**", onlyIfSuccessful: true
|
||||
archiveArtifacts artifacts: "bin_SelfContained/**,bin/**", 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