Pipelines are the text file method of Jenkins jobs. You can store them in
the repo you’re building similar to other CI systems, or you can make a
dedicated repo for holding pipelines, or you can even store the pipeline
script directly in Jenkins (not the best idea, but can be useful during
development).

More info here:
https://www.jenkins.io/doc/book/pipeline/

On Fri, Jul 24, 2020 at 05:43 Gilles Sadowski <gillese...@gmail.com> wrote:

> Hi.
>
> 2020-07-23 15:59 UTC+02:00, Matt Sicker <boa...@gmail.com>:
> > [...] make every Commons component
> > easily buildable in Jenkins [...]
>
> How to do it practically?
> Can we create a text file and drop it somewhere, or has
> the configuration to be done in GUI ?
>
> Gilles
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
> --
Matt Sicker <boa...@gmail.com>

Reply via email to