adds trailing slash to file path

This commit is contained in:
Hyatt 2023-03-09 18:57:39 -06:00
parent 65153037fb
commit 2a1ff45063
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -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/"
)
}