Quantcast

Add a new installer crawler for sonar runner

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Add a new installer crawler for sonar runner

Julien HENRY
Hi,

I would like to provide sonar-runner as an installable tool in Jenkins. It seems we need to produce a JSON file hosted in Jenkins update site. Do you think it would be possible to do something in order to publish a hudson.plugins.sonar.SonarRunnerInstaller.json based on the content of the Maven repository [1]? If nobody see an objection I will write the groovy script that produces the json by parsing [2].


Regards,

Julien


[1] http://repository.codehaus.org/org/codehaus/sonar-plugins/sonar-runner/
[2] http://repository.codehaus.org/org/codehaus/sonar-plugins/sonar-runner/maven-metadata.xml

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Add a new installer crawler for sonar runner

kohsuke Kawaguchi (CB)

Go for it, and send in a pull request to
https://github.com/jenkinsci/backend-crawler

On 10/09/2012 10:26 AM, Julien HENRY wrote:

> Hi,
>
> I would like to provide sonar-runner as an installable tool in Jenkins. It seems we need to produce a JSON file hosted in Jenkins update site. Do you think it would be possible to do something in order to publish a hudson.plugins.sonar.SonarRunnerInstaller.json based on the content of the Maven repository [1]? If nobody see an objection I will write the groovy script that produces the json by parsing [2].
>
>
> Regards,
>
> Julien
>
>
> [1] http://repository.codehaus.org/org/codehaus/sonar-plugins/sonar-runner/
> [2] http://repository.codehaus.org/org/codehaus/sonar-plugins/sonar-runner/maven-metadata.xml
>
>


--
Kohsuke Kawaguchi | CloudBees, Inc. | http://cloudbees.com/
Try Nectar, our professional version of Jenkins
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Add a new installer crawler for sonar runner

Julien HENRY
Pull request sent. Please note that I'm not a groovy expert so I mostly duplicate what was done in another crawler.

Thanks


----- Mail original -----

> De : Kohsuke Kawaguchi <[hidden email]>
> À : [hidden email]
> Cc : Julien HENRY <[hidden email]>
> Envoyé le : Mercredi 10 octobre 2012 0h16
> Objet : Re: Add a new installer crawler for sonar runner
>
>
> Go for it, and send in a pull request to
> https://github.com/jenkinsci/backend-crawler
>
> On 10/09/2012 10:26 AM, Julien HENRY wrote:
>>  Hi,
>>
>>  I would like to provide sonar-runner as an installable tool in Jenkins. It
> seems we need to produce a JSON file hosted in Jenkins update site. Do you think
> it would be possible to do something in order to publish a
> hudson.plugins.sonar.SonarRunnerInstaller.json based on the content of the Maven
> repository [1]? If nobody see an objection I will write the groovy script that
> produces the json by parsing [2].
>>
>>
>>  Regards,
>>
>>  Julien
>>
>>
>>  [1] http://repository.codehaus.org/org/codehaus/sonar-plugins/sonar-runner/
>>  [2]
> http://repository.codehaus.org/org/codehaus/sonar-plugins/sonar-runner/maven-metadata.xml
>>
>>
>
>
> --
> Kohsuke Kawaguchi | CloudBees, Inc. | http://cloudbees.com/
> Try Nectar, our professional version of Jenkins
>
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Re: Add a new installer crawler for sonar runner

Julien HENRY
In reply to this post by Julien HENRY

Up!

Can someone do something to have the sonar runner json file published on Jenkins update center? We have updated the plugin but release is waiting for the json file to be deployed.

Thanks

Julien



From: Julien HENRY <[hidden email]>;
To: [hidden email] <[hidden email]>;
Subject: Re: Add a new installer crawler for sonar runner
Sent: Wed, Oct 10, 2012 8:07:06 AM

Pull request sent. Please note that I'm not a groovy expert so I mostly duplicate what was done in another crawler.

Thanks


----- Mail original -----

> De : Kohsuke Kawaguchi <<a ymailto="mailto:kkawaguchi@cloudbees.com" href="javascript:return">kkawaguchi@...>
> À : <a ymailto="mailto:jenkinsci-dev@googlegroups.com" href="javascript:return">jenkinsci-dev@...
> Cc : Julien HENRY <<a ymailto="mailto:henryju@yahoo.fr" href="javascript:return">henryju@...>
> Envoyé le : Mercredi 10 octobre 2012 0h16
> Objet : Re: Add a new installer crawler for sonar runner
>
>
> Go for it, and send in a pull request to
> https://github.com/jenkinsci/backend-crawler
>
> On 10/09/2012 10:26 AM, Julien HENRY wrote:
>>  Hi,
>>
>>  I would like to provide sonar-runner as an installable tool in Jenkins. It
> seems we need to produce a JSON file hosted in Jenkins update site. Do you think
> it would be possible to do something in order to publish a
> hudson.plugins.sonar.SonarRunnerInstaller.json based on the content of the Maven
> repository [1]? If nobody see an objection I will write the groovy script that
> produces the json by parsing [2].
>>
>>
>>  Regards,
>>
>>  Julien
>>
>>
>>  [1] http://repository.codehaus.org/org/codehaus/sonar-plugins/sonar-runner/
>>  [2]
> http://repository.codehaus.org/org/codehaus/sonar-plugins/sonar-runner/maven-metadata.xml
>>
>>
>
>
> --
> Kohsuke Kawaguchi | CloudBees, Inc. | http://cloudbees.com/
> Try Nectar, our professional version of Jenkins
>
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Add a new installer crawler for sonar runner

kohsuke Kawaguchi (CB)

Oops, my bad.

sonarrunner.groovy not having an executable bit set was causing the
crawler to skip the execution.

I just fixed it and re-triggered the execution, so it should be up there
in an hour or so.

On 10/12/2012 04:13 AM, Julien HENRY wrote:

> Up!
>
> Can someone do something to have the sonar runner json file published on Jenkins
> update center? We have updated the plugin but release is waiting for the json
> file to be deployed.
>
> Thanks
>
> Julien
>
>
> --------------------------------------------------------------------------------
> *From: * Julien HENRY <[hidden email]>;
> *To: * [hidden email] <[hidden email]>;
> *Subject: * Re: Add a new installer crawler for sonar runner
> *Sent: * Wed, Oct 10, 2012 8:07:06 AM
>
> Pull request sent. Please note that I'm not a groovy expert so I mostly
> duplicate what was done in another crawler.
>
> Thanks
>
>
> ----- Mail original -----
>   > De : Kohsuke Kawaguchi <[hidden email] <javascript:return>>
>   > À : [hidden email] <javascript:return>
>   > Cc : Julien HENRY <[hidden email] <javascript:return>>
>   > Envoyé le : Mercredi 10 octobre 2012 0h16
>   > Objet : Re: Add a new installer crawler for sonar runner
>   >
>   >
>   > Go for it, and send in a pull request to
>   > https://github.com/jenkinsci/backend-crawler
>   >
>   > On 10/09/2012 10:26 AM, Julien HENRY wrote:
>   >>  Hi,
>   >>
>   >>  I would like to provide sonar-runner as an installable tool in Jenkins. It
>   > seems we need to produce a JSON file hosted in Jenkins update site. Do you think
>   > it would be possible to do something in order to publish a
>   > hudson.plugins.sonar.SonarRunnerInstaller.json based on the content of the Maven
>   > repository [1]? If nobody see an objection I will write the groovy script that
>   > produces the json by parsing [2].
>   >>
>   >>
>   >>  Regards,
>   >>
>   >>  Julien
>   >>
>   >>
>   >>  [1] http://repository.codehaus.org/org/codehaus/sonar-plugins/sonar-runner/
>   >>  [2]
>   >
> http://repository.codehaus.org/org/codehaus/sonar-plugins/sonar-runner/maven-metadata.xml
>   >>
>   >>
>   >
>   >
>   > --
>   > Kohsuke Kawaguchi | CloudBees, Inc. | http://cloudbees.com/
>   > Try Nectar, our professional version of Jenkins
>   >
>


--
Kohsuke Kawaguchi | CloudBees, Inc. | http://cloudbees.com/
Try Nectar, our professional version of Jenkins
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Add a new installer crawler for sonar runner

Julien HENRY
Many thanks!

It works fine.


>________________________________
> De : Kohsuke Kawaguchi <[hidden email]>
>À : [hidden email]
>Cc : Julien HENRY <[hidden email]>
>Envoyé le : Samedi 13 octobre 2012 5h58
>Objet : Re: Add a new installer crawler for sonar runner
>
>
>Oops, my bad.
>
>sonarrunner.groovy not having an executable bit set was causing the
>crawler to skip the execution.
>
>I just fixed it and re-triggered the execution, so it should be up there
>in an hour or so.
>
>On 10/12/2012 04:13 AM, Julien HENRY wrote:
>> Up!
>>
>> Can someone do something to have the sonar runner json file published on Jenkins
>> update center? We have updated the plugin but release is waiting for the json
>> file to be deployed.
>>
>> Thanks
>>
>> Julien
>>
>>
>> --------------------------------------------------------------------------------
>> *From: * Julien HENRY <[hidden email]>;
>> *To: * [hidden email] <[hidden email]>;
>> *Subject: * Re: Add a new installer crawler for sonar runner
>> *Sent: * Wed, Oct 10, 2012 8:07:06 AM
>>
>> Pull request sent. Please note that I'm not a groovy expert so I mostly
>> duplicate what was done in another crawler.
>>
>> Thanks
>>
>>
>> ----- Mail original -----
>>   > De : Kohsuke Kawaguchi <[hidden email] <javascript:return>>
>>   > À : [hidden email] <javascript:return>
>>   > Cc : Julien HENRY <[hidden email] <javascript:return>>
>>   > Envoyé le : Mercredi 10 octobre 2012 0h16
>>   > Objet : Re: Add a new installer crawler for sonar runner
>>   >
>>   >
>>   > Go for it, and send in a pull request to
>>   > https://github.com/jenkinsci/backend-crawler
>>   >
>>   > On 10/09/2012 10:26 AM, Julien HENRY wrote:
>>   >>  Hi,
>>   >>
>>   >>  I would like to provide sonar-runner as an installable tool in Jenkins. It
>>   > seems we need to produce a JSON file hosted in Jenkins update site. Do you think
>>   > it would be possible to do something in order to publish a
>>   > hudson.plugins.sonar.SonarRunnerInstaller.json based on the content of the Maven
>>   > repository [1]? If nobody see an objection I will write the groovy script that
>>   > produces the json by parsing [2].
>>   >>
>>   >>
>>   >>  Regards,
>>   >>
>>   >>  Julien
>>   >>
>>   >>
>>   >>  [1] http://repository.codehaus.org/org/codehaus/sonar-plugins/sonar-runner/
>>   >>  [2]
>>   >
>> http://repository.codehaus.org/org/codehaus/sonar-plugins/sonar-runner/maven-metadata.xml
>>   >>
>>   >>
>>   >
>>   >
>>   > --
>>   > Kohsuke Kawaguchi | CloudBees, Inc. | http://cloudbees.com/
>>   > Try Nectar, our professional version of Jenkins
>>   >
>>
>
>
>--
>Kohsuke Kawaguchi | CloudBees, Inc. | http://cloudbees.com/
>Try Nectar, our professional version of Jenkins
>
>
>
Loading...