Remove old XML, this breaks the Groovy compiler

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771580 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2016-11-27 12:54:54 +00:00
parent aba5d21295
commit 12009f09d6
1 changed files with 13 additions and 158 deletions

View File

@ -40,162 +40,17 @@ job('POI-DSL-Test') {
antInstallation('Ant (latest)')
}
}
publishers {
findbugs('build/findbugs.xml', false) {
healthLimits(3, 20)
thresholdLimit('low')
defaultEncoding('UTF-8')
}
archiveArtifacts('build/test-output/**/*.html')
archiveJunit('**/target/surefire-reports/*.xml')
warnings(['Java Compiler (javac)'], ['Java Compiler (javac)': '**/*.log']) {
excludePattern('**/test**')
resolveRelativePaths()
}
}
}
/*
<publishers>
<hudson.plugins.findbugs.FindBugsPublisher plugin="findbugs@4.65">
<healthy></healthy>
<unHealthy></unHealthy>
<thresholdLimit>low</thresholdLimit>
<pluginName>[FINDBUGS] </pluginName>
<defaultEncoding></defaultEncoding>
<canRunOnFailed>false</canRunOnFailed>
<usePreviousBuildAsReference>false</usePreviousBuildAsReference>
<useStableBuildAsReference>false</useStableBuildAsReference>
<useDeltaValues>false</useDeltaValues>
<thresholds plugin="analysis-core@1.79">
<unstableTotalAll></unstableTotalAll>
<unstableTotalHigh></unstableTotalHigh>
<unstableTotalNormal></unstableTotalNormal>
<unstableTotalLow></unstableTotalLow>
<unstableNewAll></unstableNewAll>
<unstableNewHigh></unstableNewHigh>
<unstableNewNormal></unstableNewNormal>
<unstableNewLow></unstableNewLow>
<failedTotalAll></failedTotalAll>
<failedTotalHigh></failedTotalHigh>
<failedTotalNormal></failedTotalNormal>
<failedTotalLow></failedTotalLow>
<failedNewAll></failedNewAll>
<failedNewHigh></failedNewHigh>
<failedNewNormal></failedNewNormal>
<failedNewLow></failedNewLow>
</thresholds>
<shouldDetectModules>false</shouldDetectModules>
<dontComputeNew>true</dontComputeNew>
<doNotResolveRelativePaths>false</doNotResolveRelativePaths>
<pattern>build/findbugs.xml</pattern>
<isRankActivated>false</isRankActivated>
<excludePattern></excludePattern>
<includePattern></includePattern>
</hudson.plugins.findbugs.FindBugsPublisher>
<hudson.plugins.warnings.WarningsPublisher plugin="warnings@4.56">
<healthy></healthy>
<unHealthy></unHealthy>
<thresholdLimit>low</thresholdLimit>
<pluginName>[WARNINGS] </pluginName>
<defaultEncoding></defaultEncoding>
<canRunOnFailed>false</canRunOnFailed>
<usePreviousBuildAsReference>false</usePreviousBuildAsReference>
<useStableBuildAsReference>false</useStableBuildAsReference>
<useDeltaValues>false</useDeltaValues>
<thresholds plugin="analysis-core@1.79">
<unstableTotalAll></unstableTotalAll>
<unstableTotalHigh></unstableTotalHigh>
<unstableTotalNormal></unstableTotalNormal>
<unstableTotalLow></unstableTotalLow>
<unstableNewAll></unstableNewAll>
<unstableNewHigh></unstableNewHigh>
<unstableNewNormal></unstableNewNormal>
<unstableNewLow></unstableNewLow>
<failedTotalAll></failedTotalAll>
<failedTotalHigh></failedTotalHigh>
<failedTotalNormal></failedTotalNormal>
<failedTotalLow></failedTotalLow>
<failedNewAll></failedNewAll>
<failedNewHigh></failedNewHigh>
<failedNewNormal></failedNewNormal>
<failedNewLow></failedNewLow>
</thresholds>
<shouldDetectModules>false</shouldDetectModules>
<dontComputeNew>true</dontComputeNew>
<doNotResolveRelativePaths>false</doNotResolveRelativePaths>
<includePattern></includePattern>
<excludePattern></excludePattern>
<parserConfigurations/>
<consoleParsers>
<hudson.plugins.warnings.ConsoleParser>
<parserName>Java Compiler (javac)</parserName>
</hudson.plugins.warnings.ConsoleParser>
<hudson.plugins.warnings.ConsoleParser>
<parserName>JavaDoc Tool</parserName>
</hudson.plugins.warnings.ConsoleParser>
</consoleParsers>
</hudson.plugins.warnings.WarningsPublisher>
<hudson.tasks.ArtifactArchiver>
<artifacts>build/dist/*.tar.gz,build/findbugs.html,build/coverage/**,build/integration-test-results/**,ooxml-lib/**</artifacts>
<allowEmptyArchive>false</allowEmptyArchive>
<onlyIfSuccessful>false</onlyIfSuccessful>
<fingerprint>false</fingerprint>
<defaultExcludes>true</defaultExcludes>
<caseSensitive>true</caseSensitive>
</hudson.tasks.ArtifactArchiver>
<hudson.tasks.junit.JUnitResultArchiver plugin="junit@1.18">
<testResults>build/ooxml-test-results/*.xml,build/scratchpad-test-results/*.xml,build/test-results/*.xml,build/excelant-test-results/*.xml,build/integration-test-results/*.xml</testResults>
<keepLongStdio>false</keepLongStdio>
<testDataPublishers>
<de.esailors.jenkins.teststability.StabilityTestDataPublisher plugin="test-stability@1.0"/>
</testDataPublishers>
<healthScaleFactor>1.0</healthScaleFactor>
<allowEmptyResults>false</allowEmptyResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.plugins.jacoco.JacocoPublisher plugin="jacoco@2.0.1">
<healthReports>
<minClass>0</minClass>
<maxClass>0</maxClass>
<minMethod>0</minMethod>
<maxMethod>0</maxMethod>
<minLine>0</minLine>
<maxLine>0</maxLine>
<minBranch>0</minBranch>
<maxBranch>0</maxBranch>
<minInstruction>0</minInstruction>
<maxInstruction>0</maxInstruction>
<minComplexity>0</minComplexity>
<maxComplexity>0</maxComplexity>
</healthReports>
<execPattern>build/*.exec</execPattern>
<classPattern>build/classes,build/examples-classes,build/excelant-classes,build/ooxml-classes,build/scratchpad-classes</classPattern>
<sourcePattern>src/java,src/excelant/java,src/ooxml/java,src/scratchpad/src</sourcePattern>
<inclusionPattern></inclusionPattern>
<exclusionPattern>com/microsoft/**,org/openxmlformats/**,org/etsi/**,org/w3/**,schemaorg*/**,schemasMicrosoft*/**,org/apache/poi/hdf/model/hdftypes/definitions/*.class,org/apache/poi/hwpf/model/types/*.class,org/apache/poi/hssf/usermodel/DummyGraphics2d.class,org/apache/poi/sl/draw/binding/*.class</exclusionPattern>
<minimumInstructionCoverage>0</minimumInstructionCoverage>
<minimumBranchCoverage>0</minimumBranchCoverage>
<minimumComplexityCoverage>0</minimumComplexityCoverage>
<minimumLineCoverage>0</minimumLineCoverage>
<minimumMethodCoverage>0</minimumMethodCoverage>
<minimumClassCoverage>0</minimumClassCoverage>
<maximumInstructionCoverage>0</maximumInstructionCoverage>
<maximumBranchCoverage>0</maximumBranchCoverage>
<maximumComplexityCoverage>0</maximumComplexityCoverage>
<maximumLineCoverage>0</maximumLineCoverage>
<maximumMethodCoverage>0</maximumMethodCoverage>
<maximumClassCoverage>0</maximumClassCoverage>
<changeBuildStatus>false</changeBuildStatus>
</hudson.plugins.jacoco.JacocoPublisher>
<hudson.plugins.cigame.GamePublisher plugin="ci-game@1.25"/>
<hudson.tasks.Mailer plugin="mailer@1.17">
<recipients>dev@poi.apache.org</recipients>
<dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
<sendToIndividuals>false</sendToIndividuals>
</hudson.tasks.Mailer>
</publishers>
<buildWrappers>
<EnvInjectBuildWrapper plugin="envinject@1.92.1">
<info>
<propertiesContent>LANG=en_US.UTF-8</propertiesContent>
<loadFilesFromMaster>false</loadFilesFromMaster>
</info>
</EnvInjectBuildWrapper>
<hudson.plugins.build__timeout.BuildTimeoutWrapper plugin="build-timeout@1.17.1">
<strategy class="hudson.plugins.build_timeout.impl.AbsoluteTimeOutStrategy">
<timeoutMinutes>180</timeoutMinutes>
</strategy>
<operationList>
<hudson.plugins.build__timeout.operations.AbortOperation/>
</operationList>
</hudson.plugins.build__timeout.BuildTimeoutWrapper>
</buildWrappers>
</project>
*/