From 0ec41a4cf640761c7a1ab145037b0cc9b06efafc Mon Sep 17 00:00:00 2001 From: The_Spider Date: Mon, 7 Feb 2022 15:34:10 -0600 Subject: [PATCH] adds Push to Nexus --- Jenkinsfile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ce315e2..2b99731 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -59,12 +59,19 @@ podTemplate( } } - stage ("Store Artifacts") { + stage ("Store Jenkins Artifacts") { archiveArtifacts (artifacts: "pihole-zone-generator", fingerprint: true, allowEmptyArchive: false, onlyIfSuccessful: true, ) } + + functions.pushArtifact( + repoCreds: "nexus-generic-upload-bot", + fileName: "pihole-zone-generator", + filePath: "${workspace}/pihole-zone-generator", + fileURL: "https://nexus.c.test-chamber-13.lan/repository/generic/go/" + ) } } \ No newline at end of file