adds Push to Nexus
This commit is contained in:
parent
4ca6497a28
commit
0ec41a4cf6
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -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/"
|
||||
)
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user