Re: [hibernate-dev] Removing the BlueOcean plugin on CI

2017-02-23 Thread Jordan Gigov
First the comment needs to be outside the property, otherwise it's not detected as a text-only node. Secondly managementPort has to be set, because while arquillian passes on jboss.socket.binding.port-offset but does not take it into account. Because of port-offset the management port is moved fro

Re: [hibernate-dev] Removing the BlueOcean plugin on CI

2017-02-23 Thread Sanne Grinovero
Thanks Jordan! Can you explain why we need to define the "managementPort" property? Do you have a link to the issue maybe? I'd like to understand that better, especially as we have several other projects to patch. Sanne On 23 February 2017 at 11:09, Jordan Gigov wrote: > On 23 February 2017 at

Re: [hibernate-dev] Removing the BlueOcean plugin on CI

2017-02-23 Thread Jordan Gigov
On 23 February 2017 at 12:24, Sanne Grinovero wrote: > I think the setup is not perfect yet, as I've reviewed some failure > reports and they seem caused by an already running WildFly instance on > the same machine. So either we have a bad job configuration somewhere, > or a WildFly instance which

Re: [hibernate-dev] Removing the BlueOcean plugin on CI

2017-02-23 Thread Davide D'Alto
I suspect the WildFLy instance was still active because I've aborted the job or restarted Jenkins at the wrong time while appying the changes. Speaking about the job weight, I didn't change the releases job, I'll let the owners of each job to do that but I think it would make sense to cahnge their

Re: [hibernate-dev] Removing the BlueOcean plugin on CI

2017-02-23 Thread Sanne Grinovero
Thanks Davide! All, we need your help now: please make sure that any job you enable which uses any network port (like using Byteman, Arquillian, WildFly, Databases, Elasticsearch, etc..) has set a "Job Weight" of 3. When failing to do so, we'll see sporadic failures of both your job and some othe

Re: [hibernate-dev] Removing the BlueOcean plugin on CI

2017-02-22 Thread Davide D'Alto
I've removed the Blue Ocean plugin. Let me know if there are still some problems. I've also configured the jobs so that the website jobs can be executed in parallel with the others. This should make publishing of a page faster. Cheers, Davide On Wed, Feb 22, 2017 at 10:47 AM, Davide D'Alto

[hibernate-dev] Removing the BlueOcean plugin on CI

2017-02-22 Thread Davide D'Alto
Hi. I'm going to remove the BlueOcean plugin from Ci. Currently, when we receive an email because a build is failed, the link to the job is wrong and it seems that BlueOcena is the cause. I don't think anybody is actually using it but if there are some objections, let me know. Regards, Davide __