Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Service downtime

On 28/07/2016 12:25, Frederic Gurr wrote:
> My suggestion was to get this fixed in Hudson/Sonar plugin.
> 
> In the meantime, Mikael Barbero suggested that you don't need to use the
> Sonar plugin to run an analysis.
> According to
> http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner+for+Maven
> you can do it from Maven directly. The only thing that needs to be
> changed to make this work is the .m2/settings.xml file.

Maybe I'm still missing something (Mikael is in CC): from what I
understand, we need to use the sonar plugin to run the analysis since
HIPP is configured with the correct user and password to access sonar,
and this is kept hidden to us.  In fact, I see this line when using the
sonar plugin in hudson (where the user and password are unknown to us
and kept hidden)

-Dsonar.jdbc.driver=com.mysql.jdbc.Driver
-Dsonar.jdbc.url=jdbc:mysql://dbmaster:3306/sonar?autoReconnect=true&useUnicode=true&characterEncoding=utf8
******** ******** -Dsonar.host.url=http://sonar.eclipse.org:9000/sonar

so how can I run the sonar analysis directly?

Again, if the problem is the plugin version, would that be possible to
downgrade that in HIPP?

thanks in advance
	Lorenzo

> 
> On 28.07.2016 10:31, Lorenzo Bettini wrote:
>> I'm not sure I understand what you suggest...
>>
>> We requested to switch to JIPP but that's not possible at the moment
>>
>> Could we request to downgrade the Hudson/Sonar plugin?
>>
>> Or simply we can't analyze our projects anymore?
>>
>> On 27/07/2016 20:09, Frederic Gurr wrote:
>>> Fix the bug in Hudson/Sonar plugin or move to Jenkins (in the long run). ;)
>>>
>>> On 27.07.2016 18:14, Lorenzo Bettini wrote:
>>>> On 27/07/2016 18:08, Frederic Gurr wrote:
>>>>> Hi,
>>>>>
>>>>> AFAICT, the bug is caused by an incompatibility between the Sonar plugin
>>>>> and Hudson. So upgrading the Sonar *server* will not address this.
>>>>>
>>>>> Regards,
>>>>>
>>>>> Fred
>>>>
>>>> Hi
>>>>
>>>> so what can we do about that?
>>>>
>>>>>
>>>>> On 27.07.2016 17:54, Lorenzo Bettini wrote:
>>>>>> On 27/07/2016 17:41, Frederic Gurr wrote:
>>>>>>> Hi,
>>>>>>>
>>>>>>> To make the best use of the planned downtime, I will upgrade Sonar after
>>>>>>> it has been moved. This will be just a small upgrade from version 4.5.4
>>>>>>> to 4.5.7 and should have no big impact.
>>>>>>> It's a prerequisite to be able to upgrade to the latest LTS version
>>>>>>> (5.6) in the near future after some more testing.
>>>>>>>
>>>>>>> If there are any questions about the Sonar upgrade, please let me know.
>>>>>>
>>>>>> Do you think the upgrade will also address this
>>>>>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=474406 ?
>>>>>>
>>>>>> thanks
>>>>>> 	Lorenzo
>>>>>>
>>>>> _______________________________________________
>>>>> cross-project-issues-dev mailing list
>>>>> cross-project-issues-dev@xxxxxxxxxxx
>>>>> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
>>>>> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
>>>>>
>>>>
>>>>
>>> _______________________________________________
>>> cross-project-issues-dev mailing list
>>> cross-project-issues-dev@xxxxxxxxxxx
>>> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
>>> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
>>>
>>
>>
> _______________________________________________
> cross-project-issues-dev mailing list
> cross-project-issues-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
> 


-- 
Prof. Lorenzo Bettini, Computer Science, DISIA, Univ. Firenze
HOME: http://www.lorenzobettini.it
Xtext Book:
http://www.packtpub.com/implementing-domain-specific-languages-with-xtext-and-xtend/book


Back to the top