jenkins-job-builder/tests/publishers/fixtures/artifactory02.xml

50 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<org.jfrog.hudson.ArtifactoryRedeployPublisher>
<scopes/>
<violationRecipients>myfake@email.com</violationRecipients>
<blackDuckAppName>myapp</blackDuckAppName>
<blackDuckAppVersion>1.0</blackDuckAppVersion>
<blackDuckReportRecipients>myfake@email.com</blackDuckReportRecipients>
<blackDuckScopes/>
<deployArtifacts>true</deployArtifacts>
<discardOldBuilds>true</discardOldBuilds>
<discardBuildArtifacts>true</discardBuildArtifacts>
<deployBuildInfo>true</deployBuildInfo>
<includeEnvVars>true</includeEnvVars>
<runChecks>true</runChecks>
<includePublishArtifacts>true</includePublishArtifacts>
<licenseAutoDiscovery>true</licenseAutoDiscovery>
<enableIssueTrackerIntegration>false</enableIssueTrackerIntegration>
<aggregateBuildIssues>true</aggregateBuildIssues>
<blackDuckRunChecks>true</blackDuckRunChecks>
<blackDuckIncludePublishedArtifacts>true</blackDuckIncludePublishedArtifacts>
<autoCreateMissingComponentRequests>false</autoCreateMissingComponentRequests>
<autoDiscardStaleComponentRequests>false</autoDiscardStaleComponentRequests>
<filterExcludedArtifactsFromBuild>true</filterExcludedArtifactsFromBuild>
<evenIfUnstable>true</evenIfUnstable>
<passIdentifiedDownstream>true</passIdentifiedDownstream>
<allowPromotionOfNonStagedBuilds>true</allowPromotionOfNonStagedBuilds>
<matrixParams/>
<details>
<artifactoryName>test</artifactoryName>
<artifactoryUrl>http://artifactory.example.net/artifactory</artifactoryUrl>
<repositoryKey>libs-release-local</repositoryKey>
<snapshotsRepositoryKey>libs-snapshot-local</snapshotsRepositoryKey>
<stagingPlugin>
<pluginName>None</pluginName>
</stagingPlugin>
</details>
<artifactDeploymentPatterns>
<includePatterns/>
<excludePatterns/>
</artifactDeploymentPatterns>
<envVarsPatterns>
<includePatterns/>
<excludePatterns/>
</envVarsPatterns>
</org.jfrog.hudson.ArtifactoryRedeployPublisher>
</publishers>
</project>