From 498cd15fa7e138bd4fa5d4d78060d311893e3cf8 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Tue, 5 Jan 2021 23:13:23 +0100 Subject: [PATCH] added non selfcontaind build to artifact list --- jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkinsfile b/jenkinsfile index 25c428d..b0a8773 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -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