From 6b38cbbdaa357b4865d7cb33924457330f498e68 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Mon, 30 Mar 2020 12:23:04 +0200 Subject: [PATCH] Jenkinsfile: changed 'archiveArtifacts' from 'klighd-snapshots' to 'klighd' see deployment repo definition in root pom for details --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index dfa74f35d..5f0db4e2e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -59,7 +59,7 @@ pipeline { success { archiveArtifacts 'updatesite/**/*.*' - archiveArtifacts 'klighd-snapshots/**/*.*' + archiveArtifacts 'klighd/**/*.*' } failure {