diff options
author | Dominik Stadler <centic@apache.org> | 2021-10-15 07:58:20 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2021-10-15 07:58:20 +0000 |
commit | f406fe798f3380a8944a7c8704c0987ab01377d3 (patch) | |
tree | d0ec406474fd73a57c5951a32577c8b645652037 /jenkins | |
parent | ac0b1fd15ae9f1822333bd71505e97fbbf63d652 (diff) | |
download | poi-f406fe798f3380a8944a7c8704c0987ab01377d3.tar.gz poi-f406fe798f3380a8944a7c8704c0987ab01377d3.zip |
Remove some remnants of sonar-directory which cause CI failures
Remove handling of "sonar" in build.xml
Remove unused gitignores
Add some more output to build.xml
Adjust Jenkins DSL to not try to cleanup non-existing directory
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894277 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jenkins')
-rw-r--r-- | jenkins/create_jobs.groovy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index c72c898231..ece3c0c22e 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -280,7 +280,6 @@ poijobs.each { poijob -> /* remove xmlbeans while 4.0 is not stable */ includePattern('**/lib/ooxml/xmlbeans*.jar') includePattern('**/lib/ooxml/ooxml*.jar') - includePattern('sonar/*/target/**') /* remove ooxml-schemas while the builds migrate to 5th edition */ includePattern('build/xmlbean-*/**') /* remove remaining src debris */ |