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]
