Re: [Pharo-users] Launcher User Templates

2018-04-04 Thread Christophe Demarey
> Le 31 mars 2018 à 06:02, Sean P. DeNigris a écrit : > > CyrilFerlicot wrote >> Maybe gitlab has such tokens? > > Yes, Gitlab artifacts can be accessed that way: > > # Reference https://docs.gitlab.com/ee/api/jobs.html#get-job-artifacts > # Project ID available in

Re: [Pharo-users] Launcher User Templates

2018-03-31 Thread Cyril Ferlicot
On sam. 31 mars 2018 at 16:10, Sean P. DeNigris wrote: > 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. > > > > If someone needs the code before I clean it I can share it. Just

Re: [Pharo-users] Launcher User Templates

2018-03-31 Thread Sean P. DeNigris
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. > > If someone needs the code before I clean it I can share it. Just contact > me. I'm guessing our needs will be quite similar given the url/token approach, so

Re: [Pharo-users] Launcher User Templates

2018-03-30 Thread Sean P. DeNigris
CyrilFerlicot wrote > Maybe gitlab has such tokens? Yes, Gitlab artifacts can be accessed that way: # Reference https://docs.gitlab.com/ee/api/jobs.html#get-job-artifacts # Project ID available in general settings curl --location --header "PRIVATE-TOKEN: {tokenID}"

Re: [Pharo-users] Launcher User Templates

2018-03-30 Thread Cyril Ferlicot D.
On 30/03/2018 19:40, Sean P. DeNigris wrote: > demarey wrote >> 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… > > Since they are private, any ideas how to do the authentication? > To manage private Jenkins I

Re: [Pharo-users] Launcher User Templates

2018-03-30 Thread Sean P. DeNigris
demarey wrote > 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… Since they are private, any ideas how to do the authentication? demarey wrote > If you come with something generic enough, we could add it to the Pharo

Re: [Pharo-users] Launcher User Templates

2018-03-30 Thread Christophe Demarey
> Le 30 mars 2018 à 01:05, Sean P. DeNigris 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,

Re: [Pharo-users] Launcher User Templates

2018-03-29 Thread Sean P. DeNigris
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). - Cheers, Sean -- Sent

Re: [Pharo-users] Launcher User Templates

2018-03-29 Thread Cyril Ferlicot D.
Le 29/03/2018 à 23:13, Christophe Demarey a écrit : > > If you want to do so, you can instantiate a PhLJenkins2Server class: > PhLJenkins2Server name: ’Sean''s Jenkins' url: 'https://jenkins.mine' > asZnUrl > > Than add it to the groups class method of PhLTemplateGroupRepository. > It

Re: [Pharo-users] Launcher User Templates

2018-03-29 Thread Christophe Demarey
> Le 29 mars 2018 à 19:14, Sean P. DeNigris a écrit : > > demarey wrote >> Does the doc answer your needs? > > It clearly describes current options, but I think I will have to extend, > especially because some of the templates would come from CI for private > projects.

Re: [Pharo-users] Launcher User Templates

2018-03-29 Thread Sean P. DeNigris
demarey wrote > Does the doc answer your needs? It clearly describes current options, but I think I will have to extend, especially because some of the templates would come from CI for private projects. I'll keep you posted! - Cheers, Sean -- Sent from:

Re: [Pharo-users] Launcher User Templates

2018-03-29 Thread Christophe Demarey
> Le 28 mars 2018 à 21:55, Sean P. DeNigris a écrit : > > demarey wrote >> If you mean "How would I make my own templates available via Launcher? > > Yes, that's it. Sorry about the wrong terminology! No problem! Does the doc answer your needs?

Re: [Pharo-users] Launcher User Templates

2018-03-28 Thread Sean P. DeNigris
demarey wrote > If you mean "How would I make my own templates available via Launcher? Yes, that's it. Sorry about the wrong terminology! - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Launcher User Templates

2018-03-28 Thread Ben Coman
On 27 March 2018 at 22:04, Sean P. DeNigris wrote: > How would I make my own images available via Launcher. Where can I read > about > this or can you point me to a hook? Thanks! Offhand idea... Now that we are managing Pharo-Image from git, perhaps it would make sense

Re: [Pharo-users] Launcher User Templates

2018-03-28 Thread Christophe Demarey
Hi Sean, > Le 27 mars 2018 à 16:04, Sean P. DeNigris a écrit : > > How would I make my own images available via Launcher. Where can I read about > this or can you point me to a hook? Thanks! If you mean "How would I make my own templates available via Launcher? » then,