Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [hudson-dev] Add a crawler/json update file for Sonar Runner


Hi Steve,

Any update concerning hosting Sonar Runner json update file?

I'm checking this URL but still 404: http://hudson-ci.org/updates/hudson.plugins.sonar.SonarRunnerInstaller.json

Regards,

Julien

>________________________________
> De : Steve Christou <schristou88@xxxxxxxxx>
>À : Julien HENRY <henryju@xxxxxxxx> 
>Envoyé le : Jeudi 11 octobre 2012 9h23
>Objet : Re: [hudson-dev] Add a crawler/json update file for Sonar Runner
>
>On Thu, Oct 11, 2012 at 1:40 AM, Julien HENRY <henryju@xxxxxxxx> wrote:
>
>Hi Steve,
>>
>>If I understand correctly you want the code of the Jenkins/Hudson Sonar plugin with the change that make Sonar Runner an installable tool =>  [1]
>>And here is the current json file as an attachment.
>>
>>
>Perfect, for right now I will test to see if this works locally with hudson.
> 
>What I don't understand is the process to update the json file. If you don't use the groovy crawler to do the update on a regular basis should we manually generate the json file and ask for an update each time there is a new release of sonar runner?
>>
>
>
>Yes that is correct. I will talk with Winston in a few hours to see if we can't use your webcrawler code to automate it though. I much prefer your idea to automate the update script for installable items.
> 
>
>>Thanks
>>
>>Julien
>>
>>[1] https://github.com/SonarSource/jenkins-sonar-plugin/
>>
>>
>>
>>
>>>________________________________
>>> De : Steve Christou <schristou88@xxxxxxxxx>
>>>À : Julien HENRY <henryju@xxxxxxxx>
>>>Envoyé le : Jeudi 11 octobre 2012 3h38
>>>Objet : Re: [hudson-dev] Add a crawler/json update file for Sonar Runner
>>
>>>
>>>
>>>Hi Julien,
>>>
>>>
>>>I believe you can do the same that has been done for the maven installer. If you don't mind sending me the code, or linking me to github source so I can test. Once testing is done I will post it to the http://hudson-ci.org/updates/ website for distribution. In our instances we don't require a groovy script to run anything. In hudson 3.0 we removed groovy from the core, so the .json file would seem most appropriate.
>>>
>>>
>>>Thanks,
>>>Steve.
>>>
>>>
>>>On Wed, Oct 10, 2012 at 8:54 AM, Julien HENRY <henryju@xxxxxxxx> wrote:
>>>
>>>(Already posted on old java.net mailing list so sorry for double post)
>>>>
>>>>
>>>>
>>>>Hi,
>>>>
>>>>I am updating the Sonar Plugin to now provide Sonar Runner as
>>>> an installable tool. We are extending DownloadFromUrlInstaller so I
>>>>would like to host the json file containing the list of available
>>>>version (like [1] for Maven).
>>>>
>>>>For Jenkins I had to provide a groovy crawler script [2]? What is the process for Hudson?
>>>>
>>>>Regards,
>>>>
>>>>Julien
>>>>
>>>>[1] http://hudson-ci.org/updates/hudson.tasks.Maven.MavenInstaller.json
>>>>[2] https://github.com/henryju/backend-crawler/blob/master/sonarrunner.groovy
>>>>_______________________________________________
>>>>hudson-dev mailing list
>>>>hudson-dev@xxxxxxxxxxx
>>>>https://dev.eclipse.org/mailman/listinfo/hudson-dev
>>>>
>>>
>>>
>>>
>
>
>


Back to the top