Re: how to use msysgit in Jenkins

2013-09-03 Thread Ho Yeung Lee
http://stackoverflow.com/questions/18606870/how-to-setup-jenkins-for-msysgit On Wednesday, September 4, 2013 2:04:24 PM UTC+8, Ho Yeung Lee wrote: > > actually i am first time to use msysgit,where can find config in msysgit > to set CVS in Jenkins? > -- You received this message because you are

how to use msysgit in Jenkins

2013-09-03 Thread Ho Yeung Lee
actually i am first time to use msysgit,where can find config in msysgit to set CVS in Jenkins? -- 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

Re: Query Running Builds with REST API

2013-09-03 Thread Edwin Castro
The SafeRestart Plugin won't work for me as I need to wait for a period between shutdown and startup. I can't restart immediately. I think the safe-shutdown command in the CLI/SSH interface will be a better alternative to the quietDown REST API as it will automatically shutdown after all current j

Re: Query Running Builds with REST API

2013-09-03 Thread Richard Bywater
Or potentially just use the safe-restart command via the CLI/SSH interface depending on your needs. Richard On Wednesday, September 4, 2013, Michaël Pailloncy wrote: > Hi, > > See https://wiki.jenkins-ci.org/display/JENKINS/SafeRestart+Plugin > > It seems to correspond to your needs. > > > Micha

Re: How to solve this msbuild.exe not recognized problem

2013-09-03 Thread Richard Bywater
Hi It's only been just over an hour since you asked the first time. Please don't double post questions as it can make life harder for people trying to help you. Richard On Wednesday, September 4, 2013, Ho Yeung Lee wrote: > > http://stackoverflow.com/questions/18588395/msbuild-exe-is-not-recogn

How to solve this msbuild.exe not recognized problem

2013-09-03 Thread Ho Yeung Lee
http://stackoverflow.com/questions/18588395/msbuild-exe-is-not-recognized-command-after-build-in-jenkins -- 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 jenkins

How to solve this build problem and invalid parameters

2013-09-03 Thread Ho Yeung Lee
http://stackoverflow.com/questions/18588395/invalid-number-of-parameters-and-msbuild-exe-is-not-recognized-command-after-bui -- 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

Re: jenkins and clearcase plugin

2013-09-03 Thread Richard Bywater
I'd check that the directory that cleartool is located at is on the PATH for the user than runs Jenkins. Richard On Wednesday, September 4, 2013, Larry Brigman wrote: > I'm trying to use the jenkins clearcase plugin (1.3.19) in linux from a > machine > that functions in clearcase. > This machine

Important Doubt - about how configurate jenkins with Django application in windows xp as server

2013-09-03 Thread Carlos Palomares Campos
Hi everyboby, First I am sorry if this message or question is upset for you, but I dont know where can I look for answers to this question. In my case I have been working with hudson and java projects using ANT and MAVEN in linux systems but currently I am working from 1 month ago in a new proj

Re: Browser not opening in Other machine

2013-09-03 Thread JonathanRRogers
To which browser do you refer? As you know, Jenkins is web server application so normally, the only browser involved is the one you use to view and interact with Jenkins. Are you referring to a browser used to run tests, such as one controlled by WebDriver? Without more detail, it's going to be

jenkins and clearcase plugin

2013-09-03 Thread Larry Brigman
I'm trying to use the jenkins clearcase plugin (1.3.19) in linux from a machine that functions in clearcase. This machine is doing manual builds from the command line without issue. I'm using dynamic views to do these builds. Even with everything looking configured correctly it looks like things a

copy artifacts plugin 1.27 and Jenkins 1.509.2

2013-09-03 Thread Maureen Barger
HI - I just migrated a Jenkins instance to 1.509.2 this morning and updated some plugins, including Copy Artifacts. It went from 1.25 to 1.27. We are encountering this bug documented here: https://issues.jenkins-ci.org/browse/JENKINS-17402 Is there a workaround or fix for this?\ -- You received

Re: Updated free cloubbees folders plugin, now folders don't appear, NoClassDefFoundError in log.

2013-09-03 Thread Jesse Glick
On Tuesday, September 3, 2013 2:26:20 PM UTC-4, Haszlakiewicz, Eric wrote: > SEVERE: Failed Loading job zw > java.lang.NoClassDefFoundError: > com/cloudbees/hudson/plugins/folder/properties/FolderProxyGroupContainer$GroupContainerLocatorImpl > > > at > com.cloudbees.hudson.plugins.folder.

Re: Updated free cloubbees folders plugin, now folders don't appear, NoClassDefFoundError in log.

2013-09-03 Thread Daniel Beck
On 03.09.2013, at 20:26, "Haszlakiewicz, Eric" wrote: > Suggestions of what to try to fix this would be appreciated. Try downgrading the folders plugin. They changed something related to RBAC that might cause this: http://release-notes.cloudbees.com/release/Folders/3.10 -- You received this

RE: Updated free cloubbees folders plugin, now folders don't appear, NoClassDefFoundError in log.

2013-09-03 Thread Haszlakiewicz, Eric
I downgraded the Folders plugin back to version 3.9, and things started working again. (this is all using Jenkins v1.529) Eric > -Original Message- > From: jenkinsci-users@googlegroups.com [mailto:jenkinsci- > us...@googlegroups.com] On Behalf Of Haszlakiewicz, Eric > Sent: Tuesday, Sep

Updated free cloubbees folders plugin, now folders don't appear, NoClassDefFoundError in log.

2013-09-03 Thread Haszlakiewicz, Eric
I just updated several of the free CloudBees plugins (including from 3.9 to 3.10 of the Folders plugin), and now I am unable to see any of the folders that I have created or any of the jobs within them. Is anyone else having trouble with this? I'm seeing errors like this (the second exception is

Re: Repeat job while it fails

2013-09-03 Thread alok kumar
try using the naginator plugin On Tue, Sep 3, 2013 at 5:33 PM, Tânia Magalhães wrote: > Hi! > > Lets say that I have a multi job named A that consists in severall > building steps. > > In one of them I want to execute a python script. This python script needs > to run X times unitl no failures.

Re: Query Running Builds with REST API

2013-09-03 Thread Michaël Pailloncy
Hi, See https://wiki.jenkins-ci.org/display/JENKINS/SafeRestart+Plugin It seems to correspond to your needs. Michaël Pailloncy 2013/8/31 Edwin Castro <0ptikgh...@gmx.us> > Is there a way to determine if there are any builds running using the > REST API? > > I have a need to restart my jenkin

Re: Automatic clearcase VOBs and branches in Jenkins

2013-09-03 Thread Muhammad Afzal
Hi, I am trying to implement my solution but to be honest I am unable to fully understand what exactly the source code is doing and where I have to make changes. Can you provide some hints in which files I should look particularly? A documentation may also help to understand the flow. Thanks.

Re: Morgan Fletcher has invited you to use Google Talk

2013-09-03 Thread Morgan Fletcher
Oops, sorry. Morgan On Mon, Sep 2, 2013 at 1:39 PM, Morgan Fletcher wrote: > > > > > > Morgan Fletcher has invited you to sign up for Google Talk so you can talk > to each other for free over your computers. > > To sign-u

Query Running Builds with REST API

2013-09-03 Thread Edwin Castro
Is there a way to determine if there are any builds running using the REST API? I have a need to restart my jenkins service (after waiting for a timeout period) and I'd like to implement a graceful shutdown. I'd like to use the REST API to invoke quietDown (to prepare Jenkins for shutdown), then p

Repeat job while it fails

2013-09-03 Thread Tânia Magalhães
Hi! Lets say that I have a multi job named A that consists in severall building steps. In one of them I want to execute a python script. This python script needs to run X times unitl no failures. The thing is that this script is used to compile some code and normally it does not returns succes

Update site for the LTS release

2013-09-03 Thread Mikael Arvids
Hi. I just installed the Jenkins LTS package on SUSE, and I noticed that the update site is set to http://updates.jenkins-ci.org/update-center.json. Is it not supposed to point to the stable update site http://updates.jenkins-ci.org/stable/update-center.json by default? Best regards Mikael Arv

Re: Debug connection between node and master

2013-09-03 Thread ycollet
I created an issue on JIRA: JENKINS-19453 - Slave fails to launch commands 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

Re: Browser not opening in Other machine

2013-09-03 Thread pradeep kattekola
thanks Mr.Baptiste, I tried but nt able to run the server jobs in remote machines. can u pls give any procedure steps so that i can view the browser opening also in remote machine. Thanks, Prathip On Monday, September 2, 2013 9:31:13 PM UTC+5:30, Baptiste Mathus wrote: > > Hi, > IIUC, you w