Re: Jenkins is slow at fisrt connection

2016-10-14 Thread ycollet
Still slow without gravatar plugin ... Le vendredi 14 octobre 2016 08:27:27 UTC+2, ycollet a écrit : > > Hello, > > I noticed that for some times now, jenkins is quite slow on first > connection. After the first connection, jenkins is quick to react. > I was looking in the log

Jenkins is slow at fisrt connection

2016-10-14 Thread ycollet
Hello, I noticed that for some times now, jenkins is quite slow on first connection. After the first connection, jenkins is quick to react. I was looking in the logs of jenkins and I noticed this: Infos: Started Gravatar periodic lookup oct. 14, 2016 8:23:56 AM hudson.model.AsyncPeriodicWork$1

Re: Bug while jenkins restart after plugins update

2016-03-24 Thread ycollet
I just forgot: If I restart jenkins using /etc/init.d/jenkins restart, everything is back to normal. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Bug while jenkins restart after plugins update

2016-03-24 Thread ycollet
Hello, Since 3 or 4 jenkins release (I use 1.653 today), I meet a little problem while jenkins is restarting after plugins upgrade. Jenkins stays on the main update web page forever. When I look at the log, I found the following message: Avertissement: Failed to restart Jenkins

Changelog is empty for release 1.645

2016-01-25 Thread ycollet
Hello, For some times now, when a new release of jenkins is uploaded on the website, the changelog appears days later. For the release 1.645, this is getting worse. It's now weeks since the release has been uploaded, but the changelog is still not displayed. Can somebody tells me how to get

Re: build history pagination downside

2015-10-14 Thread ycollet
On my side, several months of build are missing in the view. I clicked on the order, to see the newest file, the oldest one and I still miss this builds. I can get the build by search for its build number. But it doesn't shows up in the view. I added this message to the bug report. YC Le

Does the laster version of docker plugin requires java 1.7 ?

2015-06-16 Thread ycollet
Hello, Today, I found my installation of jenkins hanged. This was due to the docker plugin. In the log of jenkins, I found this message: 15 juin 2015 08:32:03 jenkins.InitReactorRunner$1 onTaskFailed GRAVE: Failed Loading plugin docker-plugin java.io.IOException: Unable to load

Re: Jenkins nullpointer exception - git checkout branch / tag

2015-01-08 Thread ycollet
I fill a bug report: https://issues.jenkins-ci.org/browse/JENKINS-26350 Le lundi 5 janvier 2015 16:58:23 UTC+1, ycollet a écrit : Hello, I upgraded to last version of jenkins (1.592) and updated to last version of plugins. I've got a project which checkout a tag from a git repo

Re: Jenkins nullpointer exception - git checkout branch / tag

2015-01-08 Thread ycollet
It looks like this is a git plugin bug ... A regression in the behavior of the git plugin. -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Jenkins nullpointer exception - git checkout branch / tag

2015-01-05 Thread ycollet
Hello, I got into the workspace of the project. Here is the log of various git commands: $ git remote origin $ git tag -l 2013.3 ... Supergrid_1.1.RC2 ... Supergrid_2014.1.3.RC2 $ git branch -a * (détaché de df0ef2b) remotes/origin/CITY1.2.6 ... remotes/origin/master

Re: Jenkins nullpointer exception - git checkout branch / tag

2015-01-05 Thread ycollet
This command works with: git rev-parse Supergrid_2014.1.3.RC2^{commit} Instead of git rev-parse origin/Supergrid_2014.1.3.RC2^{commit} I remove the origin/ -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and

Jenkins nullpointer exception - git checkout branch / tag

2015-01-05 Thread ycollet
Hello, I upgraded to last version of jenkins (1.592) and updated to last version of plugins. I've got a project which checkout a tag from a git repo and compiled java code using ant. The project use a string parameter and this string parameters is sent to the git plugin to checkout a branch or

Re: Jenkins nullpointer exception - git checkout branch / tag

2015-01-05 Thread ycollet
I just entered some of the git command produced by jenkins (from the console log) and one of the command produced an error: Here is the log message I've got: git rev-parse origin/Supergrid_2014.1.3.RC2^{commit} origin/Supergrid_2014.1.3.RC2^{commit} fatal: ambiguous argument

Re: Jenkins 1.580 and Windows slave connect

2014-09-19 Thread ycollet
Fixed: was due to a mistake with the use of a reverse proxy. I needed to put the right URL in the jenkins configuration. -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an

Jenkins 1.580 and Windows slave connect

2014-09-18 Thread ycollet
Hello, Since I upgraded to 1.5.80, I am not able to connect my windows Slave to my jenkins linux master. I've got the followig error in the windows console: 18 sept. 2014 15:20:31 hudson.remoting.jnlp.Main createEngine INFO: Setting up slave: Windows64 18 sept. 2014 15:20:31

Re: xUnit and ctest results

2014-01-22 Thread ycollet
Thanks. I've done that and it worked. But I am a little bit puzzled by the fact the nobody has yet noticed the problem ... YC Le mardi 21 janvier 2014 14:03:00 UTC+1, ycollet a écrit : Hello, I've configured a project using cmake and I use ctest to generate xml test results file

xUnit and ctest results

2014-01-21 Thread ycollet
Hello, I've configured a project using cmake and I use ctest to generate xml test results file. This test results file is sent to jenkins xUnit plugin. Each time I start jenkins, a new directory is created in my build directory: Testing/Temporary/2014*/Test.xml The problem I've got is that

Re: Git plugin, problem cloning

2013-09-30 Thread ycollet
I reported a bug on the issu tracker: https://issues.jenkins-ci.org/browse/JENKINS-19822 -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Debug connection between node and master

2013-09-09 Thread ycollet
I a -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit

Re: Debug connection between node and master

2013-09-09 Thread ycollet
I am still stuck with the connection debugging. A looked at the jenkins code, but I am not a java specialist. Do you know if there is a flag I can add on the java command line when I start slave.jar ? Best regards, YC -- You received this message because you are subscribed to the Google

Re: Debug connection between node and master

2013-09-03 Thread ycollet
I was able to pass some options to java slave.jar via the option: Suffix Start Slave Command And I added -slaveLog log.txt. But nothing really interesting in the log. Can I add some more debug informations in this log ? YC -- You received this message because you are subscribed to the Google

Re: Debug connection between node and master

2013-09-03 Thread ycollet
I created an issue on JIRA: JENKINS-19453 - Slave fails to launch commandshttps://issues.jenkins-ci.org/browse/JENKINS-19453 YC -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it,

Debug connection between node and master

2013-09-02 Thread ycollet
Hello, I have started a Linux node via ssh. On the node, I can see the jars copied from jenkins in the directory I specified for the node and the log when I start the node seems OK. I also can see the java -jar slave.jar running. When I start a job, a job directory is created in workspace and

Re: Debug connection between node and master

2013-09-02 Thread ycollet
I tested another way to run the slave: - I logged on the slave, open firefox and connect to the master jenkins web page. - here, I configured the node and select java web start to start the node. - On the node, I enter the following command: java -jar slave.jar -jnlpUrl

Re: how to configure a jenkins slave node

2013-08-28 Thread ycollet
Thanks for the answer. I am able to connect to the node, but the project doesn't work. The only project I am able to start is a project which is based on ssh commands: - svn performed via a post_build ssh command - build performed via a ssh command. The jenkins / svn command fails and the shell

how to configure a jenkins slave node

2013-08-27 Thread ycollet
Hello, I've got some questions related to the configuration of a jenkins slave node (I already dig into the wiki and I have a nearly working duo master / slave). The first one: do I need to install jenkins on the slave node or do the master will copy all the required jar files into the good

Re: how to configure a jenkins slave node

2013-08-27 Thread ycollet
I forgot to add: my master use windows and is up to date (jenkins + plugins). The slave node use debian 6 and is up to date too. -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it,

Re: how to configure a jenkins slave node

2013-08-27 Thread ycollet
Hello, I started the slave via the master and everything is OK. I can see the master deploying the necessary jar and waiting. When I submit my job on the slave, a ssh communication occurs because the directory of the job is correctly created. But right after this, an error is printed. Here is

Re: how to configure a jenkins slave node

2013-08-27 Thread ycollet
I was looking at the jenkins system logs and I saw some interesting messages: 2 error messages: one related to monitoring free disk space and the other one related to free temp space. On the slave, I've got jdk1.6.0.45 installed. Do I need to install a specific plugin to monitor the free space

Re: how to configure a jenkins slave node

2013-08-27 Thread ycollet
Do I need to install jenkins on the slave or not ? -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more