beef17f4de
In order to manage the nexus-artifact-uploader plugin this new builder is introduced Change-Id: Iac717214f560e836190b4821ee4bed1a89f1a594
21 lines
627 B
XML
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>
|