On Jun 28 17:06, Karanbir Singh wrote: > Hi > > What do we need in order to support Jenkinsfiles in projects at cico ? > > regards, > -- > Karanbir Singh, Project Lead, The CentOS Project > +44-207-0999389 | http://www.centos.org/ | twitter.com/CentOS > GnuPG Key : http://www.karan.org/publickey.asc > > _______________________________________________ > Ci-users mailing list > Ci-users at centos.org > https://lists.centos.org/mailman/listinfo/ci-users Just a jenkinsfile, here's the hello-world from the Jenkins docs: https://jenkins.io/doc/pipeline/tour/hello-world/ --Brian