jenkins-job-builder/tests/builders/fixtures/nexus_artifact_uploader001.yaml
Nicolas Glayre beef17f4de Adding nexus-artifact-uploader plugin
In order to manage the nexus-artifact-uploader plugin
this new builder is introduced

Change-Id: Iac717214f560e836190b4821ee4bed1a89f1a594
2016-09-27 13:25:11 +02:00

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'