beef17f4de
In order to manage the nexus-artifact-uploader plugin this new builder is introduced Change-Id: Iac717214f560e836190b4821ee4bed1a89f1a594
11 lines
284 B
YAML
11 lines
284 B
YAML
builders:
|
|
- nexus-artifact-uploader:
|
|
nexus_url: 'nexus.org'
|
|
group_id: 'com.example'
|
|
artifact_id: 'artifact'
|
|
version: '1.0'
|
|
packaging: 'pom'
|
|
type: 'zip'
|
|
repository: 'my-hosted-repo'
|
|
file: '/var/lib/jenkins/workspace/my_job/result.zip'
|