https://github.com/apache/poi/blob/trunk/jenkins/create_jobs.groovy is used
to create the Jenkins jobs.
This is run by https://builds.apache.org/view/P/view/POI/job/POI-seed-build/--
builds.apache.org is hosted by the Apache Foundation and is only fully
accessible by Apache members.
If you want to create your own Jenkins jobs on your Jenkins server,
https://jenkins.io/solutions/pipeline/ is the preferred way to use Jenkins in
many organisations.
On Tuesday 12 November 2019, 08:55:44 GMT+1, Jörn Franke
<[email protected]> wrote:
You could create your own small application (eg convert excel to csv) and use
Apache poi has a dependency that you include in your build file of your build
tool (eg gradle). Then you use a Jenkins file to orchestrate the build tool (eg
first step gradle clean and second step gradle build).
This can be extended by using Unit testing (junit5) and Code coverage
(jacoco)...
There is a lot more wha tone could do.
> Am 12.11.2019 um 07:38 schrieb Richard Lei <[email protected]>:
>
> Hello,
> I am working on a school project regarding software pipeline analysis and
> have chosen to do it on Apache POI
> Part of the project is to perform some experiments on the pipeline.
> I was wondering if there is any way to work with a copy of the Apache POI
> Jenkins instance, or something similar?
>
> Thank you.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]