210a70fb4a
This change adds support for Artifactory Trigger. [0] In order to use this trigger in JJB Templates, Artifactory Instances the jobs are polling the paths from must be configured on Jenkins Global Configuration in advance. [0] https://plugins.jenkins.io/artifactory/ Change-Id: I7b4651c54c5d4dc14916d58ab6c7d6c7e1e8d4c5
16 lines
456 B
XML
16 lines
456 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<triggers class="vector">
|
|
<org.jfrog.hudson.trigger.ArtifactoryTrigger plugin="artifactory">
|
|
<spec>H/15 * * * *</spec>
|
|
<paths>myrepo/myfolder/latest</paths>
|
|
<branches/>
|
|
<lastModified/>
|
|
<details>
|
|
<artifactoryName>my-artifactory</artifactoryName>
|
|
<stagingPlugin/>
|
|
</details>
|
|
</org.jfrog.hudson.trigger.ArtifactoryTrigger>
|
|
</triggers>
|
|
</project>
|