> Le 30 mars 2018 à 01:05, Sean P. DeNigris <s...@clipperadams.com> a écrit : > > CyrilFerlicot wrote >> I also have a way to add a private Jenkins, but I need to clean it >> before integrating it to the Pharo Launcher. > > Cool :) In my case, I'm wanting to integrate with GitLab CI. That said, I'm > definitely interested in your work (no rush though).
We do not yet have support for GitLab but it should be straightforward to do. What you need is a way to access a zip file containing the resulting image and changes files (either via a ReST API or just plein html urls). To use plain HTML urlrs, take a look at PhLFixedURLsTemplateGroup and PhLHTTPListingTemplateGroup classes. If you come with something generic enough, we could add it to the Pharo Launcher so that others can also use it (if you want).