Re: how to install Jenkins Slave on Windows

2013-12-20 Thread Vivekanand S V
You create a job in master, in the job configuration page just mention the slave (you'll find it named as NODE in config page) in which you want to run the job. On Sat, Dec 21, 2013 at 5:22 AM, rocketdoctor wrote: > thanks curtis after reading that again I figured it out, but now I don't > unde

Re: Best Practice with virtualenv

2013-12-20 Thread JonathanRRogers
On Thursday, December 19, 2013 8:56:59 AM UTC-7, Ci-Ci Thomson wrote: > > 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.

Re: how to install Jenkins Slave on Windows

2013-12-20 Thread rocketdoctor
thanks curtis after reading that again I figured it out, but now I don't understand how to create a Job for the Slave system -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/how-to-install-Jenkins-Slave-on-Windows-tp4684640p4685136.html Sent from the Jenkins users mailin

Jenkins and Window Slaves

2013-12-20 Thread rocketdoctor
Forgive my ignorance I am very new to jenkins and need to understand how I configure slaves. I have a My Jenkins master running on my internal network Windows Server and have setup and installed a slave node on a server on a different network. On my master I have jobs that does and SVN update a

Re: Question about new servers pulling from Jenkins or registering with jenkins

2013-12-20 Thread taylor . lewick
More progress, the error below can be resolved by passing --user "username:password" to curl. i.e. curl -X POST http://jenkins.ourdomain.com/job/somejob/build?token=testtoken --user "username:password" However, the issue I have now is I can only get a job to work by specifying an existing nod

Re: Audit to database plug-in : org.hibernate.HibernateException: 'hibernate.dialect' must be set when no Connection available

2013-12-20 Thread nkokkella
This is solved by copying right sqljdbc4.jar On Thursday, December 5, 2013 3:01:23 PM UTC-5, Sahasra K wrote: > > Hi, > > Installed the Audit to Database plug-in. > I am using MSSQLServer and i gave valid values for JDBC driver class and > URL but i am not getting following error > driver class:

Any way to hide rarely-used nodes?

2013-12-20 Thread Les Mikesell
I have quite a few slave VMs that are offline most of the time and only rarely used for special purposes. Is there any way to reduce the clutter in the jenkins node view and the build executor status list? I'd like to be able to hide the ones that I know are inactive without actually removing them

Re: java.io.IOException: Remote call failed

2013-12-20 Thread Daniel Beck
This looks like https://issues.jenkins-ci.org/browse/JENKINS-19453 There's a special build of 1.532.1 linked in the Jira comments that includes a fix, it's also scheduled to be in regular 1.532.2. On 17.12.2013, at 05:24, Chanthru wrote: > Hitting this issue again, any solution? > > > > >

How to get date of checkout

2013-12-20 Thread JR Cary
I see from the log that jenkins does a checkout by date for svn: Updating https://svn.code.sf.net/p/bilder/code/freecadall/trunk to revision '2013-12-20T06:02:50.754 -0700' Is there a way to capture that date from an environment variable or other method. Thx.John Cary -- You received t

Re: Question about new servers pulling from Jenkins or registering with jenkins

2013-12-20 Thread taylor . lewick
I think I will partially answer my own question: I found this: https://wiki.jenkins-ci.org/display/JENKINS/Remote+access+API And so I edited one of the jobs and clicked on the option Trigger Builds remotely, and then entered an Authentication token, and ran the job from the remote server via: c

Re: java.io.IOException: Remote call failed

2013-12-20 Thread Chanthru
Hitting this issue again, any solution? -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/java-io-IOException-Remote-call-failed-tp4671531p4684465.html Sent from the Jenkins users mailing list archive at Nabble.com. -- You received this message because you are subscribe

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

RE: NullPointerException in maven builds since upgrading to 1.532.1 LTS release

2013-12-20 Thread Zerbe, John W
I had the same issue with several builds. I wiped out the workspaces and ran the build again and they worked for me. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Jonathan Brown Sent: Thursday, December 19, 2013 1:35 PM To: jenkinsci-users@googleg

Question about new servers pulling from Jenkins or registering with jenkins

2013-12-20 Thread taylor . lewick
I've googled around, and I haven't been able to locate much on what we'd like to do. We have some cloud based servers. We use jenkins to manage the build/deploy processes to update code to these servers. We are testing some auto-scaling features, so the cloud will automatically launch new web

RE: How to use --sessionTimeout?

2013-12-20 Thread David Aldrich
I have also tried: # /etc/init.d/jenkins start --sessionTimeout 1440 But the session timeout is still much less than 1 day. Best regards David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of David Aldrich Sent: 19 December 2013 16:37 To: jenkinsci

Re: Select several jobs to be build from existing job

2013-12-20 Thread Steven Deal
I'm not sure. One thing I would keep in mind is not to loose sight of automation. Normally, jobs are kicked off based on code changing in a repository or a upstream dependency. Jenkins is incredibly flexible, to the point of abuse (I'm guilty). There is nothing you can't do; in this example, I thin

Jenkins configuration messed afte upgrade to LTS v1.509.4 from v1.466.1

2013-12-20 Thread Praveen Singh
Hi, We recently upgraded Jenkins instance to v1.509.4. It ran well for few hours and then we noticed all tool locations like Ant, Maven under Node properties pointing to default Name ClearCase with values still pointing to ant path, maven path. This happened for all the Nodes and all builds s

Re: Select several jobs to be build from existing job

2013-12-20 Thread ibrahim deek
Thanks Steven and Robert. I tried the solution you have mentioned and it works fine. But here I can chose only one job, and I want to select several jobs/projects to build not only one, could you help in that? I appreciate your help. Regards, Ibrahim -- You received this message because you a

Re: v1.544 breaks email notification in maven jobs

2013-12-20 Thread Fritz Elfert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/20/2013 10:01 AM, Fritz Elfert wrote: > Hi, > > Did anybody else experience this? > > Since update to Jenkins v1.544, we get hit by two errors: 1. > Whenever we save some job configuration, the notification-email > adress is emptied and can no

v1.544 breaks email notification in maven jobs

2013-12-20 Thread Fritz Elfert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Did anybody else experience this? Since update to Jenkins v1.544, we get hit by two errors: 1. Whenever we save some job configuration, the notification-email adress is emptied and can not be stored again. 2. A subsequent run of that job then cra