Re: polling for changes; where are credentials stored

2013-08-27 Thread Steffen Breitbach
Hi Michael! On Wed, 2013-08-28 at 06:40 +0200, Michael Hüttermann wrote: > Where on the file system are the > credentials stored, which are used to connect to Subversion to poll for > existence of changes? Look for the hudson.scm.*SCM.xml files. For SVN it is stored in hudson.scm.Subversion

Re: how to configure a jenkins slave node

2013-08-27 Thread Andrew Melo
You'll need to have the JVM installed, but if you're running the slaves via the SSH plugin, you won't need to install jenkins on the slaves. Jenkins will transfer over the jar file and run it for you hth, Andrew On Wed, Aug 28, 2013 at 12:50 AM, ycollet wrote: > Do I need to install jenkins on

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 option

Best practices about a long build queue?

2013-08-27 Thread Zhanglei Wang
I'm using Jenkins to launch thousands of test jobs. Each test may take several minutes to finish and is likely to fail. So I want to launch one build job for each test, instead of aggregating them using scripts. I wonder if this is a bad practice? Is there a length limit on the build queue? Wil

Re: How to Stop Emails to Admin

2013-08-27 Thread Eric Blom
Below are the two config files. Job config.xml Description Register Map XML Generation -1 -1 -1 -1 false [content removed] 100 [content removed] TVS0023.cms.cypress.com false false

Re: Jenkins triggering mails but mails are not getting delievered

2013-08-27 Thread Richard Bywater
I'd check the mail headers of the incoming email - each mail hop should record its date/time so that might help track down where its having its little sleep... Richard. On Tue, Aug 27, 2013 at 7:17 PM, wrote: > Hi All, > > I have configured email-ext plugin in jenkins. > In the post-build acti

polling for changes; where are credentials stored

2013-08-27 Thread Michael Hüttermann
Hello, for polling the version control system (e.g. Subversion) for changes, the Jenkins master is used, right? Where on the file system are the credentials stored, which are used to connect to Subversion to poll for existence of changes? Thank you. Michael -- You received this message b

Re: How to Stop Emails to Admin

2013-08-27 Thread Slide
Can you post your config.xml from one of the jobs as well as the hudson.plugins.ExtendedEmailPublisher.xml from the root of JENKINS_HOME? Remember to remove any sensitive information. On Tue, Aug 27, 2013 at 5:36 PM, Eric Blom wrote: > Hello Slide, > > I enabled debug mode for ext-email. I di

Re: How to Stop Emails to Admin

2013-08-27 Thread Eric Blom
Hello Slide, I enabled debug mode for ext-email. I didn't see anything in http:///log/all but I do see a few more lines in the build console output. Note that I (ebx) and not listed in the, "Enable project-based security", table for the job so I expect I'm not considered a developer. I also di

Java WebStart Auto starting question

2013-08-27 Thread Bob Bick
Hi, I am trying to start a Jenkins slave node using Java Web Start. The slave node is configured to execute the following command at start up: C:\Windows\System32\cmd.exe /c start /b http://my-jenkins-master/login?from=%2Fcomputer%2Fmy-slave%2Fslave-agent.jnlp unfortunately, the Jenkins slave

Re: Jenkins with Webdriver falil to launch browser

2013-08-27 Thread JonathanRRogers
On Monday, August 26, 2013 5:32:08 AM UTC-4, Gaurang shah wrote: > > Hi Guys, > > I have configured my maven project with jenkins. This maven project is a > webdriver automation project. > > Project works find when i run from the command line, it launches the > browser > and then shows that

Re: Coping files from slave to a particular folder in the master

2013-08-27 Thread JonathanRRogers
On Monday, August 26, 2013 5:43:51 PM UTC-4, Veer Mati wrote: > > As part of my jenkins setup, the jenkins slave builds a couple of user > guides in different locations in the workspace. > > I then need to copy the guides located at different places on the slave > (in the workspace) to a differ

Re: Bring nodes online

2013-08-27 Thread JonathanRRogers
On Tuesday, August 27, 2013 5:41:57 AM UTC-4, Tânia Magalhães wrote: > > Hi there! > > Sometimes, during my jobs, if they failed, I turn some nodes offline. > I want, from times to times, to look for nodes in that state and bring > them back online. > How can I do it via script or plugin? > > The

Re: How to Stop Emails to Admin

2013-08-27 Thread Slide
Hmmm, that is strange. Is your account used for any SCM operations? Also, I don't remember if 2.27 of email-ext had the debug feature in the global config, but if so, please enable that and then send a build log. A build log without it might be useful as well. slide On Tue, Aug 27, 2013 at 12:32

RE: Job displays a temp status window

2013-08-27 Thread Bob Bick
I found the answer to this question... https://wiki.jenkins-ci.org/display/JENKINS/Distributed+builds For Windows slaves, Jenkins can use the remote management facility built into Windows 2000 or later (WMI+DCOM, to be more specific.) In this set up, you'll supply the username and the password

Re: How to Stop Emails to Admin

2013-08-27 Thread Eric Blom
Hello Slide, I wasn't sure what else to provide. Here are some additional details. Global Config * Access Control, Security Realm: LDAP * Access Control, Authorization: Project-based Matrix Authorization Strategy * Extended E-mail Notification: all default values - Override Global Settings: Not ch

on windows, moved JENKINS_HOME, now file links are broken

2013-08-27 Thread Greg Moncreaff
when I look at *.xml in a build, all the 's point at the FQN of the old JENKINS_HOME, even though a build was run after the move how to fix? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving em

Re: How to Stop Emails to Admin

2013-08-27 Thread Slide
I think there needs to be some additional information from you to help out. What does you global config look like? How is each job setup in terms of recipients and so forth in email-ext? Thanks, slide On Tue, Aug 27, 2013 at 12:13 PM, Eric Blom wrote: > Hello, > > I started a Jenkins server a

Job displays a temp status window

2013-08-27 Thread Bob Bick
Hi, Our Maven build job displays a temporary status window (requires no user interaction). The job runs on a Microsoft Windows Jenkins slave node that starts as a Windows Service. The job fails at the point where the temporary status window is supposed to be displayed. Hence, I believe that t

How to Stop Emails to Admin

2013-08-27 Thread Eric Blom
Hello, I started a Jenkins server at our company about a year ago, therefore, I'm an admin and was the first admin. I receive an email for every build, but, other admins do not. I've not been able to find a configuration option to stop these emails. Now that we have 30 active nodes and many doz

Re: Getting Error while trying to rebuil a project in Jenkins...

2013-08-27 Thread Daniel Beck
Try to update rebuild plugin to version 1.15. https://wiki.jenkins-ci.org/display/JENKINS/Rebuild+Plugin#RebuildPlugin-Version1.15%28Oct12%2C2012%29 On 27.08.2013, at 13:11, Manjunath DG wrote: > Hello! > > Hello! > I'm getting following below error while trying to rebuild a project,This is >

git userContent plugin help...

2013-08-27 Thread Jeff
I am trying to use the git userContent Plugin to manage a set of Groovy scripts needed by multiple jobs. I've installed it and can browse to the URL http://myjenkins/userContent, but when I try to clone the using http://myjenkins/userContent.git (per the Jenkins help page) I am getting a 500 serve

Re: Can Managed Script Plugin be used to hold "Groovy System Scripts"?

2013-08-27 Thread Thomas Vestergaard
Hi, I have faced the same issue. Yesterday, I stumbled across the Scriptler plugin, which so far seems to fulfil my needs. If you get a Managed Script Plugin to do, what you need, I would be very interested in hearing about it. Best regards, Thomas P.S. I also have a script for grabbing the vers

Re: Jenkins triggering mails but mails are not getting delievered

2013-08-27 Thread Slide
You are using an old version of email-ext, but upgrading won't help in the delay. You can try enabling javamail debug mode by adding this system property -Dmail.debug=true, you'll get a bunch of stuff in the Jenkins logs about what is happening with the mail. If it says it sent the mail fine, then

Re: Jenkins triggering mails but mails are not getting delievered

2013-08-27 Thread Stephen Connolly
mailtrap.io can be handy to check that you have everything working On 27 August 2013 14:27, Slide wrote: > You are using an old version of email-ext, but upgrading won't help in the > delay. You can try enabling javamail debug mode by adding this system > property -Dmail.debug=true, you'll get

Jenkins not able to find checkstyle plugin

2013-08-27 Thread Gaurang shah
Hi Guys, I have maven project in which I am using CheckStyle plugin. It works fine when i run it from command line, it generates the checkstyle xml report. However when i run it from Jenkins it shows following error. The plugin 'org.apache.maven.plugins:maven-checkstyle-plugin' does not exi

Re: Jenkins triggering mails but mails are not getting delievered

2013-08-27 Thread Vincent Latombe
Hi, I guess it is rather a problem with your mail server than with Jenkins. Vincent 2013/8/27 > Hi All, > > I have configured email-ext plugin in jenkins. > In the post-build action, the console shows that email has been triggered > to the recipient list, but the email arrives very very late,

Getting Error while trying to rebuil a project in Jenkins...

2013-08-27 Thread Manjunath DG
Hello! Hello! I'm getting following below error while trying to rebuild a project,This is not the case with all othere projects when i do rebuild.   * Jenkins * * BAT_Win7_Task * * #1128 * * Rebuild  Back to Dashboard Skip to content

Public Checkstyle report not available in maven project

2013-08-27 Thread Gaurang shah
Hi Guys, I am trying to configure CheckStyle plugin, however I am not able find any action to public the checkstyle report in Post-Build Actions. Do i have to do anything special to enable it ?? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" g

Bring nodes online

2013-08-27 Thread Tânia Magalhães
Hi there! Sometimes, during my jobs, if they failed, I turn some nodes offline. I want, from times to times, to look for nodes in that state and bring them back online. How can I do it via script or plugin? Thanks, Tânia -- You received this message because you are subscribed to the Google Gro

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
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 t

RE: how to configure a jenkins slave node

2013-08-27 Thread david.doughty
I've not configured a master/slave from windows to linux, but when setting up your slave it should deploy the necessary slave.jar etc onto your slave machine, and start them automatically. I assume you're launching via ssh and have specified some or all of the Host Username Password Priv

Jenkins triggering mails but mails are not getting delievered

2013-08-27 Thread san7988
Hi All, I have configured email-ext plugin in jenkins. In the post-build action, the console shows that email has been triggered to the recipient list, but the email arrives very very late, sometimes after 2-3 days. The version of email-ext plugin is 2.25 and token macro plugin is 1.8.1. Any s