SCM Poll keeps building Jenkins job

2015-02-19 Thread Dhrutiben.Patel
Hello Users, I have run into this weird issue on Jenkins since I have upgraded to 1.59 version. Below is some specific information regarding Jenkins system: Jenkins is running behind Tomcat. Jenkins has its own url https://jenkins: . Tomcat server configuration file is modified to add Jenki

RE: Parametrized build with dynamically populating values

2014-02-20 Thread Dhrutiben.Patel
Hello Alok, There are Dynamic Choice Parameter and Dynamic Parameters plugins for this purpose. See any of those can solve your problem. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Maciej Jaros Sent: Wednesday, February 19, 2014 11:08 PM To: j

RE: Jenkins maven build issue

2014-02-04 Thread Dhrutiben.Patel
Hey, Now I am totally surprised, you said the job is inactive. Was it inactive from the beginning. Because if that was the case then it should not have any previous builds (e.g. build/53 or build/54). The only thing coming in my mind is, may be you were referring to some static Wiki pages from

RE: What is those "WARNING: Failed to inspect" in the Jenkins logs?

2014-02-04 Thread Dhrutiben.Patel
Hi Vincent, Do you mind providing some more detail about the configuration details for “ xwiki-platform-core-site-job” job. I wonder how job’s XML files get deleted or Jenkins is unable to find under the right workspace!!! From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@google

RE: How can I know when Jenkins is down or hung up on something?

2014-01-03 Thread Dhrutiben.Patel
Thank you Mark and Rob for giving me such wonderful enlighten about different way of handling this. I will certainly try out both techniques and see which one fits best. Appreciate all your help. :) From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of M

RE: How can I know when Jenkins is down or hung up on something?

2014-01-03 Thread Dhrutiben.Patel
Rob, Thank you so much for your quick response. Is this the right plugin to look into "Monitoring external jobs" for this matter? --Thank You From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mandeville, Rob Sent: Friday, January 03, 2014 10:35 AM

How can I know when Jenkins is down or hung up on something?

2014-01-03 Thread Dhrutiben.Patel
Hi, Are there any ways to know when Jenkins is down or hung up on something? I am trying to find out what is the best way to handle this kind of situation? --Thank you -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from t

RE: No longer provided a means to add Jenkins slave as a service. What to do now?

2013-09-27 Thread Dhrutiben.Patel
I think "-secret " has to do with keys. Like how Jenkins creates .jks file. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Chanda Unmack Sent: Friday, September 27, 2013 1:41 PM To: jenkinsci-users@googlegroups.com Subject: Re: No longer provided a

RE: email-ext documentation

2013-09-24 Thread Dhrutiben.Patel
What specific information you are looking for? As I never find detailed information on any plugins until you Google a lot. If you have any question regarding this plugin please send an email. -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.

RE: How do I stop Jenkins?

2013-09-04 Thread Dhrutiben.Patel
How about JenkinsURL\exit - it shut downs first Once it is shut down then go to build server and check in Task Manager whether there is any Java.exe and Jenkins.exe still running? If Jenkins.exe is running then you might want to check services.msc option to see Jenkins is set to run as windows

RE: Help needed with MsBuild plugin

2013-09-04 Thread Dhrutiben.Patel
I set MSBuild.exe at configure system location and for my jobs , I just use the command 'Execute Batch Command" and write my query. It works for me so far. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of David Aldrich Sent: Wednesday, September 04,

RE: Help needed with MsBuild plugin

2013-09-04 Thread Dhrutiben.Patel
Can you provide configuration settings for your job , if possible? And what are the steps you are adding for MSBuild? From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of David Aldrich Sent: Wednesday, September 04, 2013 7:49 AM To: jenkinsci-users@googleg

RE: Help needed with MsBuild plugin

2013-09-04 Thread Dhrutiben.Patel
Sorry David, but it is hard to understand your problem. I am giving my code snippet so you can compare and check the difference. Jenkins Job: Execute windows batch command C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe /t:Rebuild /p:Configuration=%BuildType% /p:Platfo

RE: Help needed with MsBuild plugin

2013-09-04 Thread Dhrutiben.Patel
Hi, Did you set up MSBuild configuration globally? I mean, go to Manage Jenkins--> Configure System , you need to add which version of MSBuild you going to use. Try above and let us know whether it solved your problem or not. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@goog

RE: is Jenkins using the latest version from msysgit

2013-09-04 Thread Dhrutiben.Patel
What version are you using? I remember , I had difficulty using 1.528 with Copy Artifact plugin. You might want to check open issue related to Jenkins latest version. Let us know whether this helped or not. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Beh

Jenkins 1.528 upgrade issues

2013-08-24 Thread Dhrutiben.Patel
Hello All, I am new to Jenkins and recently joined this group in hope I will get the solution of my issues. Here is Description: Recently I upgraded Jenkins from version 1.523 to 1.528 and downloaded SCP , Publish-over-SSH plugins. While I was restarting the Jenkins after upgrade started gett