On Jul 20 11:51, Václav Pavlín wrote:
Hi all,
We would like to start using Jenkinsfiles for some builds (building docker images) so I wanted to ask if there are any CentOS CI specific libraries or example Jenkinsfiles you could share.
The reason is that in Jenkinsfile, guys currently have, they do docker build directly on the slave, which is not gonna work in CentOS CI where the cico node get magic is a way to go.
I was thinking about putting together some library that would make it easier to build docker images in CentOS CI with Jenkinsfile, but first wanted to check if something like this already exists.
Have a nice day, Vašek
-- Red Hat Developer Tools team Brno, Czech Republic Phone: +420 739 666 824
Ci-users mailing list Ci-users@centos.org https://lists.centos.org/mailman/listinfo/ci-users
I don't know off the top of my head of many folks doing Jenkinsfiles in ci.centos.org yet, but the fedora-atomic CI pipeline guys have a few things:
https://github.com/CentOS-PaaS-SIG/ci-pipeline/blob/master/Jenkinsfile
I'm happy to help you put something together that we can put in a central location (so others can use as well).
-- Brian