jenkins-job-builder/tests/wrappers/fixtures/artifactory001.xml
Ryan Carey a39c4d85d1 Add support for Artifactory plugin
Artifactory support adds three modules to jenkins-job-builder:
1. Artifactory publisher
2. Artifactory wrapper (for Maven projects)
3. Generic-Artifactory wrapper (for other project types)
Change-Id: I801bba707198226d63c94d869cae9167eb4906d4
2015-09-17 13:47:05 -04:00

13 lines
455 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<buildWrappers>
<org.jfrog.hudson.maven3.ArtifactoryMaven3NativeConfigurator>
<details>
<artifactoryName>test</artifactoryName>
<artifactoryUrl>http://artifactory.example.net/artifactory</artifactoryUrl>
<downloadRepositoryKey>repo</downloadRepositoryKey>
</details>
</org.jfrog.hudson.maven3.ArtifactoryMaven3NativeConfigurator>
</buildWrappers>
</project>