adds trailing slash to file path
This commit is contained in:
parent
65153037fb
commit
2a1ff45063
@ -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/"
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user