From 2a1ff45063c7f4f3b4016e55985206dacbfa7f38 Mon Sep 17 00:00:00 2001 From: nhyatt Date: Thu, 9 Mar 2023 18:57:39 -0600 Subject: [PATCH] adds trailing slash to file path --- build-k8s-lenz.jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-k8s-lenz.jenkins b/build-k8s-lenz.jenkins index c9c0acc..30af259 100644 --- a/build-k8s-lenz.jenkins +++ b/build-k8s-lenz.jenkins @@ -198,7 +198,7 @@ pipeline { functions.pushArtifact( repoCreds: "nexus-generic-upload-bot", fileName: aName, - filePath: workspace + "/" + aPath, + filePath: workspace + "/" + aPath + "/", fileURL: "https://nexus.c.test-chamber-13.lan/repository/generic/appimage/" ) }