added non selfcontaind build to artifact list
All checks were successful
GiteaTest/JenkinsDotNETTest/pipeline/head This commit looks good

This commit is contained in:
2021-01-05 23:13:23 +01:00
parent cffd8da225
commit 498cd15fa7

View File

@@ -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