jenkins-job-builder/tests/builders/fixtures/nexus_artifact_uploader001.xml
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

21 lines
627 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<builders>
<sp.sd.nexusartifactuploader.NexusArtifactUploader>
<protocol>https</protocol>
<nexusUrl>nexus.org</nexusUrl>
<nexusUser/>
<nexusPassword/>
<groupId>com.example</groupId>
<artifactId>artifact</artifactId>
<version>1.0</version>
<packaging>pom</packaging>
<type>zip</type>
<classifier/>
<repository>my-hosted-repo</repository>
<file>/var/lib/jenkins/workspace/my_job/result.zip</file>
<credentialsId/>
</sp.sd.nexusartifactuploader.NexusArtifactUploader>
</builders>
</project>