pharo-project / pharo-launcher

Lets you manage your pharo images and download new ones
https://pharo-project.github.io/pharo-launcher/
MIT License
109 stars 46 forks source link

Pull request images #433

Closed tesonep closed 4 years ago

tesonep commented 4 years ago

It will be nice to have a category in the tree to get the images produced during the testing of the Pharo Pull-Request in the CI. Maybe this tree part can be hidden by a setting to not make noise to the new players.

demarey commented 4 years ago

In the dev version of Pharo Launcher, you can add your own sources to Launcher. Define a file mysources.list in the /Pharo directory with this content:

[
    PhLTemplateSource {
        #type : #JenkinsServer,
        #name : 'Pharo',
        #url : 'https://ci.inria.fr/pharo-ci-jenkins2/'
    }
]

With the help of the commit referenced above, you should get what you need