Re: Ansible plugin 0.6 release date

2016-12-02 Thread jcsirot
Hi Laurent, Sorry for the inconvenience :-( Since a couple of weeks I've started to integrate the github PR and I'm very close to release the 0.6 version. Unfortunately I am alone working on the plugin and I have to do it on my free time therefore the development is not as fast as I wish. Howev

Re: Ansible plugin problem in pipeline code

2016-11-29 Thread jcsirot
Hello Guy, Do not hesitate to open a JIRA ticket with the ansible-plugin component: https://issues.jenkins-ci.org/issues/?jql=project%20%3D%20JENKINS%20AND%20component%20%3D%20ansible-plugin I'm going to look at this issue to understand what's going on. -- Jean-Christophe Le lundi 28 novembre

Re: jenkins ssh-agent ansible

2016-10-27 Thread jcsirot
Hello, Ansible is launched as a subprocess of Jenkins server and is therefore using the same user. However I'm not really familiar with ssh-agent. I'm going to try to reproduce this issue and see if there is something I can do in the plugin code to help you. Regards, -- Jean-Christophe Le m

Re: Accessing build environment variables from Playbook using Ansible Plugin

2016-07-14 Thread jcsirot
Hello, Yes, the variables are available as env vars inside the process running ansible. If you want to access these env vars within an ansible playbook you should use the lookup plugin as showed here in the ansible FAQ: http://docs.ansible.com/ansible/faq.html#how-do-i-access-shell-environment

Re: Jenkins Failed to connect to the host via ssh

2016-07-08 Thread jcsirot
Hello, Is the host ssh key installed in the $HOME/.ssh dicrectory of the jenkins user? -- Jean-Christophe Le vendredi 8 juillet 2016 08:08:25 UTC+2, haza...@gmail.com a écrit : > > Hi , > > I have installed Jenkins on AWS EC2 instance. I have created Maven Project > and added the settings to

Re: ansible-plugin

2016-03-15 Thread jcsirot
Hi Ivan, When using "inline content" for inventory Jenkins creates a temporary file. The dynamic inventory checkbox is used to indicate if the executable flag of that file must be set. This is how ansible distinguishes regular and dynamic inventories. Can you post here the error from the conso

Re: How do I get the Ansible plugin to work with Jenkins?

2016-02-03 Thread jcsirot
Hi Kiran, The jenkins is not able to remotely execute the ansible command. The installation field in the global configuration must contain the path of the directory where the ansible binaries are installed. Note that in the last release of the plugin this configuration is not required anymore w

Re: Get Jenkins Working with Private Repo

2015-08-26 Thread jcsirot
I faced the same issue and I decided to recompile the git plugin (actually the git-client plugin which is a dependency of the git plugin) with the patch submited in that Pull Request: https://github.com/jenkinsci/git-client-plugin/pull/180/files (Note I'm not the author of this patch) It handl

Strange slave provisioning behavior

2015-03-13 Thread jcsirot
Hi! On my Jenkins instance I am using the docker plugin in order to spawn slaves on demand. In the docker cloud configuration, each image is bound to a label and every job is also configured with a label indicating the docker image it requires. On this instance I set the master executor count t

NoClassDefFoundError: hudson.maven.reporters.MavenAbstractArtifactRecord

2013-09-11 Thread jcsirot
Hello, I upgraded my Jenkins server from 1.509.2 to 1.509.3 but for each maven job I have this error when the artifacts are archived. This stacktrace is printed multiple times. ERROR: Asynchronous execution failurejava.util.concurrent.ExecutionException

Re: [1.509.1 LTS] Massive performance issues

2013-05-19 Thread jcsirot
Hello Steffen, Yes, I'm facing the same hanging issue. It seems that it appeared with the patch providing the lazy-loading build data (around 1.485). Like you I tried to look for the reason but I don't have much time to spend on this issue. 7 month ago, I opened a JIRA ticket https://issues.

Re: can't start slaves anymore, ssh auth failing

2013-05-02 Thread jcsirot
You should also take a look at the tool locations on your slaves. My configurations were messed up with, for instance, maven configured with the JDK path and so on. Le jeudi 2 mai 2013 17:43:09 UTC+2, CHAVANNE Robert a écrit : > > Hello Eric, > We had the same kind of problem. > I think you sh

Re: Using subversion on a Mac OS X slave

2013-03-05 Thread jcsirot
it works anywhere else. > >>> > >>> I have a ubuntu machine I will put subversion on just to see if it > works there. > >>> > >>> All my other projects are Windows with Source Gear Vault, or > Mercurial. > >>> > >>> Thank

Re: Using subversion on a Mac OS X slave

2013-03-04 Thread jcsirot
Hello Stuart, What is your Jenkins and subversion plugin version ? Does this error occurred only on an OSX slave? -- Jean-Christophe Le mercredi 27 février 2013 20:52:40 UTC+1, Stuart Whelan a écrit : > > Hi Folks, > > I have a jenkins slave running OS X running subversion. > > When I try an

Re: How to configure Linux Jenkins as not anonymous

2013-03-01 Thread jcsirot
Hello Michael, You should have an "/etc/default/jenkins" file where are defined the Jenkins service configuration variables. I configured the JENKINS_USER and JENKINS_HOME in this file. Regards -- Jean-Christophe Le mardi 26 février 2013 18:40:32 UTC+1, mwpowellhtx a écrit : > > Hello, I am

Re: Setup Jenkins slave on another machine

2013-02-28 Thread jcsirot
For a windows slave I installed the jenkins slave as a windows service through the JNLP installer. The following links gives all details about this kind of installation: https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+as+a+Windows+service#InstallingJenkinsasaWindowsservice-Install

Re: jenkins/winstone running under https

2013-02-27 Thread jcsirot
e" > export JENKINS_AJP_PORT="-1" > export LOGFILE=$JENKINS_HOME/logs/access_`date +"%Y%m-%d"`.log > export JAVA_OPTS="-Djava.awt.headless=true -XX:PermSize=512M > -XX:MaxPermSize=2048M -Xmn128M -Xms1024M -Xmx2048M" > > > > > > On

Re: jenkins/winstone running under https

2013-02-25 Thread jcsirot
Hello David, Can you give us more details on how you installed your keystore? Did you have a single keystore containing both self-signed and CA issued certificates? What params did you pass to Jenkins at start-up? -- JC Le lundi 25 février 2013 17:11:24 UTC+1, David Doughty a écrit : > > I'v

Re: Very long load time for main dashboard since 1.486

2012-10-23 Thread jcsirot
that has been up for > over 5 days). > > - David > > On Tuesday, October 23, 2012 10:40:58 AM UTC+2, jcsirot wrote: >> >> Helle David, >> >> I'm facing the same issue too. >> >> Looking at the log I noticed this exception. I don't know

Re: Very long load time for main dashboard since 1.486

2012-10-23 Thread jcsirot
Helle David, I'm facing the same issue too. Looking at the log I noticed this exception. I don't know if it is linked but after this exception has been printed in the log trail the dashboard loads immediately. Did someone have any unexpected exception in the log file? Oct 22, 2012 6:53:59 PM

Re: Maven Build on Slave Fails: NoClassDefFound error when parsing pom.xml

2012-02-15 Thread jcsirot
I'm also facing the same problem. Jenkins version: 1.451 Jenkins master is running on a Linux Debian Jenkins slave is a MacOSX Lion 10.7.3 Maven is the default Lion embedded maven 3.0.3 Java is the default Lion embedded JDK The Log output: Parsing POMs ERROR: Failed to parse POMs hudson.util.IO