Corrects Path

This commit is contained in:
Hyatt 2022-02-07 15:35:12 -06:00
parent 0ec41a4cf6
commit 55e4b45cf2
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

2
Jenkinsfile vendored
View File

@ -70,7 +70,7 @@ podTemplate(
functions.pushArtifact( functions.pushArtifact(
repoCreds: "nexus-generic-upload-bot", repoCreds: "nexus-generic-upload-bot",
fileName: "pihole-zone-generator", fileName: "pihole-zone-generator",
filePath: "${workspace}/pihole-zone-generator", filePath: "${workspace}/",
fileURL: "https://nexus.c.test-chamber-13.lan/repository/generic/go/" fileURL: "https://nexus.c.test-chamber-13.lan/repository/generic/go/"
) )
} }