6b384c9521
Bug Reported at the following places - story: #2000240 story: #2000229 story: #2000211 Change-Id: I6e1ce74fb03d2aeb880d469da17bb02fd22db13c
15 lines
523 B
XML
15 lines
523 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<builders>
|
|
<javaposse.jobdsl.plugin.ExecuteDslScripts>
|
|
<targets>jobs/**/*.groovy</targets>
|
|
<usingScriptText>false</usingScriptText>
|
|
<ignoreExisting>true</ignoreExisting>
|
|
<removedJobAction>DISABLE</removedJobAction>
|
|
<removedViewAction>DELETE</removedViewAction>
|
|
<lookupStrategy>SEED_JOB</lookupStrategy>
|
|
<additionalClasspath>*.jar</additionalClasspath>
|
|
</javaposse.jobdsl.plugin.ExecuteDslScripts>
|
|
</builders>
|
|
</project>
|