maven build fails with message ERROR: Aborted Maven execution for InterruptedIOException java.net.SocketTimeoutException: Accept timed out

2016-12-22 Thread steliosP
Hello all, I am running a Jenkins server version 2.36, and intermittently, I am getting these failures when building a maven project: I searched around, there are many experiencing this problem, but no one really knows what is causing it. Any ideas? The error is the following: ERROR: Aborted M

Synchronize timestamps in Jenkins output console, between nodes and master

2016-06-29 Thread steliosP
I am facing the following problem: Jenkins slaves are deployed in AWS, in different regions.The console output of builds contains timestamps, in the timezone where each node/slave belongs. Is there a way to have timestamps in the same timezone as Jenkins server? -- You received this message bec

Putting a regular expression in node Label Expression

2016-03-29 Thread steliosP
In job configuration, there is a checkbox "Restrict where this project can be run". If you select it, there is an input field about Label Expression. Is there a way to insert of regex there, and not the exact name? If yes, could you provide an example of this? Thanks! -- You received this messag

Re: How to do a simple post request using HTTP request plugin

2016-03-23 Thread steliosP
t; > On Friday, March 18, 2016 at 10:27:51 AM UTC-4, steliosP wrote: >> >> >> <https://lh3.googleusercontent.com/-UmB7npVuZdQ/VuwQXAc_tUI/Aiw/HXKM0Tkt05c0nDWznC6RRxkjOtcG3GNhQ/s1600/http.png> >> I am trying to do a post request using HTTP plugin. One basic q

Multi job build in different nodes

2016-03-23 Thread steliosP
I am trying to have a multi job build in Jenkins. The restriction is the following: Let's say we have 3 jobs that need to run sequentially (1,2,3). I want job 1 and 3 to run exclusively on master, and job 2 to run on a node that I,as user I will specify. The problem is that if you use NodeLabel

How to do a simple post request using HTTP request plugin

2016-03-19 Thread steliosP
I am trying to do a post request using HTTP plugin. One basic question: where do you put the content you want to post?I cannot find any related field. Please have a look at

Re: Jenkins configuration and selenium Grid

2015-09-22 Thread steliosP
plugin. If jenkins itself isn't > connected to the slave normally, there is something definitely wrong. The > fact that the node is connected to the hub jenkins is hosting is also > independant of jenkins being directly connected to this slave and be able > to send jobs to

Re: Jenkins configuration and selenium Grid

2015-09-16 Thread steliosP
helps, > > Richard Lavoie > > On 2015-05-21, at 11:11, steliosP > > wrote: > > Any Selenium Grid plugin users around? > > On Monday, May 18, 2015 at 12:55:26 PM UTC+3, steliosP wrote: >> >> Hello guys, I am trying to set up Jenkins with selenium grid. >> I

Re: Jenkins Wallpapers?

2015-05-22 Thread steliosP
You can use this plugin https://wiki.jenkins-ci.org/display/JENKINS/Simple+Theme+Plugin and create your custom appearance using css and JS. On Friday, May 22, 2015 at 8:21:13 AM UTC+3, Kavitha Bhaskaran wrote: > > Hi There: > > What plugin would give me different funny wallpapers on Jenkins serve

Re: Jenkins configuration and selenium Grid

2015-05-21 Thread steliosP
Any Selenium Grid plugin users around? On Monday, May 18, 2015 at 12:55:26 PM UTC+3, steliosP wrote: > > Hello guys, I am trying to set up Jenkins with selenium grid. > I have downloaded selenium plugin, and when I start the nodes, I can see > them in Jenkin's selenium grid tab.

Jenkins configuration and selenium Grid

2015-05-18 Thread steliosP
Hello guys, I am trying to set up Jenkins with selenium grid. I have downloaded selenium plugin, and when I start the nodes, I can see them in Jenkin's selenium grid tab. However, whenI try to build my project, nothing happens, because jenkins doesn't find any connected nodes.It's the same messag