ChromeDriver and Slave

2014-01-14 Thread Ci-Ci Thomson
Jenkins ver 1.546 -- I successfully created and connected to a Jenkins Slave; however, after it connected it tried to instantiate the ChromeDriver and failed: [] SSHChecking java version of java [] SSH

SSH issue connecting to slave

2014-01-06 Thread Ci-Ci Thomson
I just configured my first slave (Ubuntu) and I am having the same issue listed here: https://issues.jenkins-ci.org/browse/JENKINS-19435 I am running Jenkins ver. 1.546 (master), ssh-slaves (tried both 0.25 and 1.5), credentials 1.9.4, ssh-agent 1.4.1, ssh-credentials 1.6. I have tried it both

Best Practice for Virtualenv jobs

2013-12-20 Thread Ci-Ci Thomson
I am using Jenkins to for our Django (Python) projects. All of these projects use virtualenv. We have decided to have Jenkins create our virtualenv as an artifact that can be deployed to any environment. In order for this to work consistently, all of our projects are owned by a user called w

Best Practice with virtualenv

2013-12-19 Thread Ci-Ci Thomson
I have a Jenkins instance setup for our Django projects where we create a virtualenv as a deployable artifact. All of our code is owned by a user called webapp and so the virtualenv has to be created with that user. Because of this, I find myself doing sudo -u webapp quite often in the Jenki