You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@apache.org by Andrea Del Bene <an...@gmail.com> on 2021/05/16 17:20:08 UTC

CI with Jenkins

Hi,

project Apache Wicket is currently using Build bot for CI, but due to some
configuration requirements, we would like to explore the opportunity to
switch to Jenkins for the same task. Is there any reference or guide to
configure Jenkins for Apache projects? I was able to log in to
https://builds.apache.org/, but it seems I can't do much at the moment (es:
create a job for Wicket). We are also interested in handling common tasks
in addition to the simple CI, like for example generating JavaDocs (and
other types of documentation) and publish these artifacts.

Thank you in advance

Andrea Del Bene.
Apache Wicket PMC Chair.

Re: CI with Jenkins

Posted by Łukasz Lenart <lu...@gmail.com>.
Hi,

You can start here [1] and here [2] you have an example Jenkinsfile

[1] https://cwiki.apache.org/confluence/display/INFRA/Jenkins
[2] https://github.com/apache/struts/blob/master/Jenkinsfile

Regards
Łukasz

niedz., 16 maj 2021 o 19:20 Andrea Del Bene <an...@gmail.com> napisał(a):
>
> Hi,
>
> project Apache Wicket is currently using Build bot for CI, but due to some
> configuration requirements, we would like to explore the opportunity to
> switch to Jenkins for the same task. Is there any reference or guide to
> configure Jenkins for Apache projects? I was able to log in to
> https://builds.apache.org/, but it seems I can't do much at the moment (es:
> create a job for Wicket). We are also interested in handling common tasks
> in addition to the simple CI, like for example generating JavaDocs (and
> other types of documentation) and publish these artifacts.
>
> Thank you in advance
>
> Andrea Del Bene.
> Apache Wicket PMC Chair.