Re: [Pharo-dev] Add HTTPRequest plugin to CI

2013-11-01 Thread Paul DeBruicker
Hi Camillo, thanks for following up. Yes I thought to use the URLTrigger to monitor the Monticello repos. The reason to use the HTTPRequest plugin instead of just a bash oneliner with curl or something is that for the POST that triggers the Travis build to succeed you need to include github

Re: [Pharo-dev] Add HTTPRequest plugin to CI

2013-11-01 Thread Camillo Bruni
On 2013-11-01, at 15:48, Paul DeBruicker pdebr...@gmail.com wrote: Hi Camillo, thanks for following up. Yes I thought to use the URLTrigger to monitor the Monticello repos. The reason to use the HTTPRequest plugin instead of just a bash oneliner with curl or something is that for the

[Pharo-dev] Add HTTPRequest plugin to CI

2013-10-31 Thread Paul DeBruicker
Is it OK/possible to add this plugin to Jenkins: https://wiki.jenkins-ci.org/display/JENKINS/HTTP+Request+Plugin With it a person could, if they wanted, set the Inria Jenkins to monitor some smalltalk mc repo urls and then trigger a github hook which would start travis-ci building a

Re: [Pharo-dev] Add HTTPRequest plugin to CI

2013-10-31 Thread Camillo Bruni
On 2013-10-31, at 19:55, Paul DeBruicker pdebr...@gmail.com wrote: Is it OK/possible to add this plugin to Jenkins: https://wiki.jenkins-ci.org/display/JENKINS/HTTP+Request+Plugin From what I get this plugin is used to make http request from jenkins. You can easily do that with pharo ;) or