Re: Notify n Minutes before Job Starts

2013-06-26 Thread VinodKumar
Thanks Martin!! -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Notify-n-Minutes-before-Job-Starts-tp4670454p4670761.html Sent from the Jenkins users mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups

Re: Notify n Minutes before Job Starts

2013-06-26 Thread VinodKumar
Thanks ganncamp ! -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Notify-n-Minutes-before-Job-Starts-tp4670454p4670760.html Sent from the Jenkins users mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups

Naginator Plugin not working

2013-06-26 Thread VinodKumar
Hi All, I am using naginator plugin to retry build failures. But it seems it is not working I am geeting WARNING: Untrapped Error in Servlet java.lang.NullPointerException in jenkins logs. Anybody faced same problem? -- View this message in context:

Re: Naginator Plugin not working

2013-06-26 Thread VinodKumar
Hi All, I found the reason for exception but that is in itself a problem. there is an option in this plugin: Rerun build for unstable builds as well as failures if this is unchecked it show null point exception. But if some user don't want to run in case of unstable than it shouldn't

Re: Change the timezone

2013-06-26 Thread C. Benson Manica
Hm, wonder if it's the underscore I was missing... will keep that in mind for next time. Thanks. On Monday, June 24, 2013 10:43:21 AM UTC-7, Owen B. Mehegan wrote: If I remember right, quoting matters here. This java arg works for us:

Re: PMD plugin doesn't work in Jenkins

2013-06-26 Thread Tan Chen
Hello, In fact I have installed the PMD plugin on Jenkins; and then I modified my pom.xml of my Maven Project5I wrote this as followings: dependencies dependency groupIdjunit/groupId artifactIdjunit/artifactId version4.7/version scopetest/scope /dependency /dependencies build plugins plugin

Jenkins: how to use PMD plugin to analyze a Maven project?

2013-06-26 Thread Tan Chen
Hello, I am really new to Jenkins. In fact I have installed the PMD plugin on Jenkins; and then I modified my pom.xml of my Maven Project5I wrote this as followings: dependencies dependency groupIdjunit/groupId artifactIdjunit/artifactId version4.7/version scopetest/scope /dependency

Definitive Windows SVN notification guide?

2013-06-26 Thread Yves Goergen
I would like to set up the Subversion commit notification for the Jenkins server. We're all Windows here, so the bash scripts are not usable in this case. I tried in several different ways but either nothing happened or I got an HTTP 500 response with no further details except a stack trace.

Aw: Definitive Windows SVN notification guide?

2013-06-26 Thread Christoph Kutzinski
Theres no other documentation (Im aware of) than the one on the Wiki page and - if you like to stick your nose into it - in the GutHub sources (esp.https://github.com/jenkinsci/subversion-plugin/blob/master/src/main/java/hudson/scm/SubversionRepositoryStatus.java) If you find that the

Re: Problem with concurrent executions of the same Jenkins job

2013-06-26 Thread Corey
That's what I was afraid of. Thanks for the suggestions, we'll definitely take them into consideration. On Tuesday, June 25, 2013 7:25:40 PM UTC-4, cchen wrote: No way to easily turn off the wait. A couple of solutions for you to consider: 1) Modified the code in the jenkins plugins that

Permission to posto in mail list

2013-06-26 Thread Nayana ABREU
Hi, my name is Nayana Holanda I am trying to learn Jenkins, but I so far I had loads of problem to install and use it, I researched many web pages, but I don't what is wrong, I need help of more experienced users. -- Nayana Holanda de Abreu holanda.nay...@gmail.com Phone: 662-801-6349 Skype:

RE: Permission to posto in mail list (UNCLASSIFIED)

2013-06-26 Thread Mead, Lance E CTR (US)
Classification: UNCLASSIFIED Caveats: NONE Good luck. I have not luck getting any assistance! -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Nayana ABREU Sent: Wednesday, June 26, 2013 7:16 AM To:

Re: Permission to posto in mail list

2013-06-26 Thread Andrew Melo
On Wed, Jun 26, 2013 at 9:15 AM, Nayana ABREU holanda.nay...@gmail.com wrote: Hi, my name is Nayana Holanda I am trying to learn Jenkins, but I so far I had loads of problem to install and use it, I researched many web pages, but I don't what is wrong, I need help of more experienced users.

Re: How to use archive artifacts for down streams with out enabling Publish JUnit test result report and Archive the artifacts in parent job

2013-06-26 Thread billunique
Here is a solution: http://shotgunsandpenguins.blogspot.com/2009/07/how-to-aggregate-downstream-test.html -- View this message in context:

How to use the same BUILD_NUM in two different jobs?

2013-06-26 Thread djx339
I have two jobs in my jenkins, I should use the same BUILD_NUM in two different jobs. how can i do? eg: job1 BUILD_NUM is 5, when i build job2 the job2's build num should be 6. Thanks everyone. -- You received this message because you are subscribed to the Google Groups Jenkins Users group.

How to use the same BUILD_NUM in two different jobs?

2013-06-26 Thread djx339
I have two jobs in my jenkins, I should use the same BUILD_NUM in two different jobs. how can i do? eg: job1 BUILD_NUM is 5, when i build job2 the job2's build num should be 6. Thanks everyone. -- You received this message because you are subscribed to the Google Groups Jenkins Users group.

Re: How to use the same BUILD_NUM in two different jobs?

2013-06-26 Thread k . thieling
Your questions seems a bit confusing.  Are you asking how you can make it so that the jobs are the same build number? Or are you asking how you could make it so that job2 is always 1 build number higher than job1? - Original Message - From: djx...@gmail.com To:

Re:

2013-06-26 Thread Steven Deal
From the screenshot, looks like you have an extra 'e' in the repo you are trying to clone. game-of-lifee.git On Jun 26, 2013, at 11:36 AM, Nayana ABREU holanda.nay...@gmail.com wrote: Hi I am trying to do the example described in page 27 of the book Jenkins: The Definitive Guide, but, the

Re: How to use the same BUILD_NUM in two different jobs?

2013-06-26 Thread djx339
i have an branch in git repository to fix bug, and coding new features in master branch. my job1 is for branch build to verify bug. job2 is for master build. i should change the version in every job. and the version is job's BUILD_NUM. so i should use one BUILD_NUM between two jobs. hao can i

Re:

2013-06-26 Thread Nayana ABREU
https://lh4.googleusercontent.com/-iRG4kwsGhsY/UcsT9EkEueI/AJs/6ULZlCEN4AA/s1600/Untitled.png Oh yeah. But even this way is not working. In the page 26 about the Post-build Actions, my Jenkins doesn't show the rest of the options shown in the book. It is like the picture attached Em

Re:

2013-06-26 Thread Steven Deal
This is normal if you have not built yet and no test artifacts have been created. On Jun 26, 2013, at 12:17 PM, Nayana ABREU holanda.nay...@gmail.com wrote: Oh yeah. But even this way is not working. In the page 26 about the Post-build Actions, my Jenkins doesn't show the rest of the options

Re:

2013-06-26 Thread Nayana ABREU
So wat can I do? Let it empty? On Wed, Jun 26, 2013 at 12:20 PM, Steven Deal stevend...@gmail.com wrote: This is normal if you have not built yet and no test artifacts have been created. On Jun 26, 2013, at 12:17 PM, Nayana ABREU holanda.nay...@gmail.com wrote:

Re:

2013-06-26 Thread Steven Deal
I would trigger a build. I did not look closely at the paths you put for the tests. But if those paths are incorrect, they can be fixed. The first issue/ the first screenshot you attached, showed the build hanging on cloning the repo. I would suggest you work through one issue at a time. On

Problems trying delete project

2013-06-26 Thread Nayana ABREU
Hi, when I try to delete a project in jenkins, the following message appears https://lh5.googleusercontent.com/-5y5kMniSzZQ/Ucsa27C6RFI/AJ8/vy8X5Ig4yuY/s1600/Untitled.png -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe

Re:

2013-06-26 Thread Steven Deal
I would try to run the command manually. Open up a dos shell and type git.exe clone --progress -o origin g...@github.com:nayanex/game-of-life.git If you are able to clone the repo, I would suspect that the permissions of the workspace 'C:\Users\Nayana\.jenkins\jobs\gameoflife-default\workspace

Re: How to use the same BUILD_NUM in two different jobs?

2013-06-26 Thread Benjamin Lau
You don't want to do this. It's an extremely good practice to make sure that all build numbers are unique. But if you want to do this anyway... I think there's a plugin which let's you explicitly set the build number. I use it to jump the build number up when I make major backward incompatible

Re: Re: How to use the same BUILD_NUM in two different jobs?

2013-06-26 Thread djx339
can you tell me the plugin name? thanks From: Benjamin Lau Date: 2013-06-27 01:02 To: jenkinsci-users Subject: Re: How to use the same BUILD_NUM in two different jobs? You don't want to do this. It's an extremely good practice to make sure that all build numbers are unique. But if you want to

Re:

2013-06-26 Thread Steven Deal
I'm not sure I remember my windows; but, if you right click on the dos window, go to properties or some such… you can enable 'copy and paste'. I've never understood why it's not the default. However, in terms of your response, I was not speaking of Jenkins' output… I'm hoping you would confirm

Re:

2013-06-26 Thread Nayana ABREU
In the configurations, do I have to put something in the git part, like git name or installation directory? On Wed, Jun 26, 2013 at 1:10 PM, Steven Deal stevend...@gmail.com wrote: I'm not sure I remember my windows; but, if you right click on the dos window, go to properties or some such…

Re: Re: How to use the same BUILD_NUM in two different jobs?

2013-06-26 Thread Benjamin Lau
Next Build Number https://wiki.jenkins-ci.org/display/JENKINS/Next+Build+Number+Plugin On Jun 26, 2013 1:06 PM, djx339 djx...@gmail.com wrote: ** can you tell me the plugin name? thanks *From:* Benjamin Lau benjamin.a@gmail.com *Date:* 2013-06-27 01:02 *To:* jenkinsci-users

Re: Re: How to use the same BUILD_NUM in two different jobs?

2013-06-26 Thread djx339
thanks From: Benjamin Lau Date: 2013-06-27 01:16 To: jenkinsci-users Subject: Re: Re: How to use the same BUILD_NUM in two different jobs? Next Build Number https://wiki.jenkins-ci.org/display/JENKINS/Next+Build+Number+Plugin On Jun 26, 2013 1:06 PM, djx339 djx...@gmail.com wrote: can you tell

Does Jenkins scan for new WAR files?

2013-06-26 Thread Andrew Kujtan
I'm having an intermittent error in my builds because a war file the build generates seems to be in use by jenkins, exception shown below. When I navigate to the war file in the filesystem I can't delete it either. It seems that the Jenkins process has a lock on it, as I can only delete it

RE: Problems trying delete project

2013-06-26 Thread Mandeville, Rob
I'm guessing that Jenkins is trying to delete a file (like the project config), but Windows refuses to delete it because another process has it open. If you had the project config open in Notepad, for instance, Jenkins would not be allowed to delete it. Even if you had a window open looking

Re: Paramterized build List subversion tags unable to use in rrepoURl

2013-06-26 Thread 06virg
Hi, Thank you. i am triggering build manually from jenkins. Still i have same issue. I have configured scm poll like this H 1 * * *. Any more changes? \ Thanks On Tuesday, June 25, 2013 11:35:20 PM UTC+5:30, Peter Davis wrote: It seems you simply have to manually launch a build before the

More problems with Jenkins

2013-06-26 Thread Nayana ABREU
When I create a new project and try to fill the Source Code Management section for git, when I put the address of my repository (version HHS), the following error appears: *Failed to connect to repository : Error performing command: C:\Program Files (x86)\Git ls-remote -h

Please enter Git repository!! Annoying message keep showing

2013-06-26 Thread Nayana ABREU
When I try to create a new project and go to the section SOurce Code Management = git, when I put my repository URL(HHS), the following message keep showing: *Please enter Git repository. *But I already put the address!! -- Nayana Holanda de Abreu holanda.nay...@gmail.com Phone: 662-801-6349

Re:

2013-06-26 Thread Nayana ABREU
In my Command Prompt the following appears: ←[33mJun 26, 2013 2:59:14 PM hudson.Util warnWindowsSymlink WARNING: Symbolic links enabled on this platform but disabled for this user; run as administrator or use Local Security Policy Security Settings Local Polic ies User Rights Assignment

Re:

2013-06-26 Thread Andrew Melo
On Wed, Jun 26, 2013 at 2:04 PM, Nayana ABREU holanda.nay...@gmail.comwrote: In my Command Prompt the following appears: ←[33mJun 26, 2013 2:59:14 PM hudson.Util warnWindowsSymlink WARNING: Symbolic links enabled on this platform but disabled for this user; run as administrator or use

Re: Does Jenkins scan for new WAR files?

2013-06-26 Thread Richard Bywater
No Jenkins won't be scanning for your War file. Instead it's probably because of, what I deem broken, Windows locking of the file and not releasing it properly. Unfortunately I never discovered a way around it apart from moving to Linux :) Hopefully someone can help you out in fixing the issue.

RE: Re: How to use the same BUILD_NUM in two different jobs?

2013-06-26 Thread Chris_Williams1
To give an example, we have one master job which calls several other sub-jobs in a pipeline fashion. We use a build step in the master job which makes the calls below to set the build numbers of the sub-jobs to match the master job before it calls them: C:\Program Files (x86)\Curl\curl.exe

Re: Re: How to use the same BUILD_NUM in two different jobs?

2013-06-26 Thread Benjamin Lau
That's also a handy technique. :-) I do the same thing but using the Parameterized trigger with a generated properties list and Build Flow. Ben On 6/26/13, chris_willia...@dell.com chris_willia...@dell.com wrote: To give an example, we have one master job which calls several other sub-jobs in

Re:

2013-06-26 Thread Nayana ABREU
The thing is that I don't know how to find this ( Local Security Policy Security Settings Local Polic ies User Rights Assignment Create symbolic links) in Windows 8. I am digging for hour and didn't find. On Wed, Jun 26, 2013 at 3:06 PM, Andrew Melo andrew.m...@gmail.com wrote: On Wed,

Having trouble with Maven Release plugin -- Cannot prepare the release because you have local modifications

2013-06-26 Thread Dave
Hi, I'm using the latest version of Jenkins, SVN 1.7, and just installed the Maven Release plugin for Jenkins. Is there any way to configure the Maven release plugin to do a fresh checkout from SVN before it runs? I'm running the plugin by doing the following: - From my job, clicking

Jenkins build history is removed shortly after build

2013-06-26 Thread Michael Smolyak
The build in question does not have any build steps. All it does is pulls a repository from Git and exposes files in one of the directories as build artifacts to be used by Ansible scripts. The problem is that the build history along with the build artifacts gets removed automatically shortly

Having trouble with Maven Release plugin -- Cannot prepare the release because you have local modifications

2013-06-26 Thread teilo
You need too add target/ to svn:ignore -- 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 options, visit

Polling for changes to an arbitrary sub-directory in a perforce workspace

2013-06-26 Thread Suhas Madhusudana
Hi - Using the Perforce plugin, my project polls for changes to trigger a test build. Since my test is highly localized, I don't wish to trigger a build for every change to the rather huge Perforce workspace. Is there a way to restrict this polling mechanism only to changes to an arbitrary

Build with parameters redirects to blank screen

2013-06-26 Thread C. Benson Manica
I've run into an issue with both 1.519 and 1.520 that is both baffling and annoying. When I build a job with no parameters, the job page reloads as normal and I can see the job building. However ,when I build a job with parameters, I get a blank white page with no HTML source at *job/job

How can I mark test as not making the build unstable (although it failed)

2013-06-26 Thread orimarko
-- 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 options, visit https://groups.google.com/groups/opt_out.