
Added new support for the following plugins: Perforce plugin: https://wiki.jenkins.io/display/JENKINS/Perforce+Plugin InfluxDB plugin: https://wiki.jenkins.io/display/JENKINS/InfluxDB+Plugin Added support for v3.0 of the following plugin https://wiki.jenkins.io/display/JENKINS/Priority+Sorter+Plugin Change-Id: If109863a91710c08b34dee622496e551a7b3b520
39 lines
1.1 KiB
XML
39 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<scm class="org.jenkinsci.plugins.p4.PerforceScm" plugin="p4">
|
|
<credential>credential</credential>
|
|
<workspace class="org.jenkinsci.plugins.p4.workspace.ManualWorkspaceImpl">
|
|
<spec>
|
|
<allwrite>true</allwrite>
|
|
<clobber>true</clobber>
|
|
<compress>true</compress>
|
|
<locked>true</locked>
|
|
<modtime>true</modtime>
|
|
<rmdir>true</rmdir>
|
|
<line>specline</line>
|
|
<view>specview</view>
|
|
<type>spectype</type>
|
|
<backup>true</backup>
|
|
<streamName>specstreamname</streamName>
|
|
</spec>
|
|
<charset>none</charset>
|
|
<pinHost>false</pinHost>
|
|
<name>workspacename</name>
|
|
</workspace>
|
|
<populate class="org.jenkinsci.plugins.p4.populate.AutoCleanImpl">
|
|
<have>true</have>
|
|
<force>false</force>
|
|
<modtime>false</modtime>
|
|
<quiet>true</quiet>
|
|
<pin>populatelabel</pin>
|
|
<revert>false</revert>
|
|
<parallel>
|
|
<enable>false</enable>
|
|
<threads>4</threads>
|
|
<minfiles>1</minfiles>
|
|
<minbytes>1024</minbytes>
|
|
</parallel>
|
|
</populate>
|
|
</scm>
|
|
</project>
|