Re: Git Plugin: "Clean after checkout" exclusions?

2014-02-13 Thread Mark Waite
If the "Clean after checkout" option you are referencing is the option from the git plugin, then I would rather suggest that you should adapt and maintain some form of build specific clean within your maven pom.xml, rather than complicating the git plugin with inclusions and exclusions for the oper

Git Plugin: "Clean after checkout" exclusions?

2014-02-13 Thread Max Spring
I'm using the "Clean after checkout" option a lot with my Gerrit verification Maven jobs. I also have these jobs use a local repository, sitting in the job's workspace. Because of the "Clean after checkout" option set, the job's local repository gets wiped and the subsequent build has to time-c

Re: GIT not pushing changes instead checked in changes are overwritten by git checkout once build starts

2014-02-13 Thread jyotir bhandari
Thanks got that working, changed my *.git/HEAD* in jenkins workspace with file content *ref: refs/heads/master*Jyotir On Thursday, 13 February 2014 23:31:20 UTC+5:30, Kevin Fleming wrote: > > If you commit changes on a detached HEAD (this is a Git term that means > you are not on any branch

Re: GIT not pushing changes instead checked in changes are overwritten by git checkout once build starts

2014-02-13 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
If you commit changes on a detached HEAD (this is a Git term that means you are not on any branch), then nothing can be pushed. Only branches (references) can be pushed to another location. Your build job needs to check out a specific branch, modify it, then push it back. - Original Messag

Re: GIT not pushing changes instead checked in changes are overwritten by git checkout once build starts

2014-02-13 Thread jyotir bhandari
Hi Please help me in this regards. i dont know why after git commit the status revert to old revision and push does not occur. + /usr/bin/git add . + /usr/bin/git status # Not currently on any branch. # Changes to be committed: # (use "git reset HEAD ..." to unstage) # # new file: xxx

Re: NullPointerException when archiving artifacts in Jenkins 1.509.4

2014-02-13 Thread Dan Tehranian
This looks very similar to the following bug which I filed recently: https://issues.jenkins-ci.org/browse/JENKINS-21554 If you want to take a look and add your comments to the bug I'd appreciate it. Thanks! Dan On Thursday, February 13, 2014 4:28:40 AM UTC-8, Juha Syrjälä wrote: > > I am runn

Re: Push git tag as promoted action fails

2014-02-13 Thread vlauterio1
Hey Julian, did you make it work? Please share =) I have same issue and same versions as you. Thx, On Monday, January 20, 2014 8:19:41 AM UTC-7, Julian wrote: > > I'm facing the same problem with Jenkins v1.547 and the Promoted Builds > v2.14. > > As there is no detailed log output to provide

Re: Failed to parse Cucumber JSON with Cucumber json test reporting plugin

2014-02-13 Thread Josh Lesch
Yeah I noticed that when I was pasting the json on my reply. Thanks, I will check out what the cucumber people have to say about it. On Thursday, February 13, 2014 9:35:23 AM UTC-6, James Nord (jnord) wrote: > > Hi Josh, > > > > There’s no results at all in that json file – so the plugin won’t

RE: Failed to parse Cucumber JSON with Cucumber json test reporting plugin

2014-02-13 Thread James Nord (jnord)
Hi Josh, There’s no results at all in that json file – so the plugin won’t know if it ran ok or failed. I would ask on the cucumber mailing list why the ruby implantation is missing this vital information (unless I am missing something..) /James From: jenkinsci-users@googlegroups.com [ma

Jenkins not finding corrected email address

2014-02-13 Thread Andrew Wagner
I have a user who used to have his email address typo'd in his git configuration. He fixed it months ago, but Jenkins continues to send to the wrong address when the build fails, if one of his commits is in the list of changes. The email address even shows up correctly when I 'git show ' for th

jenkins job is not completely executing the job.

2014-02-13 Thread Victor Raj
I am deployin using maven jetty jetty:run-war -X -Dmaven.test.skip=true -Denv=dev -Djetty.home="/ngs/app/jetty7.4.4/tmp0" -Dinstall.jetty.home="/path/jetty7.4.4/" -DVERBOSE -Djetty.port=8090 -DSTOP.PORT=8091 -DSTOP.KEY=secret Logs: [INFO] Started Jetty Server ===After this it gets

RE: Difficulty to make Jenkins talk to Git

2014-02-13 Thread Lily Fu
1. I did have git plugin installed 2. I am very new,... what is the full stacktrace? Is it from the console output of the job? Lily From: jenkinsci-users@googlegroups.com [jenkinsci-users@googlegroups.com] on behalf of nicolas de loof [nicolas.del...@gmail.com] S

Re: Failed to parse Cucumber JSON with Cucumber json test reporting plugin

2014-02-13 Thread Josh Lesch
I am using the cucumber ruby implementation and its version 1.3.10. I am using an Scenario Outline with Examples. I am trying to switch to this reporting plugin because the other Cucumber Reports plugin can't handle Scenario Outlines right and always fails the build. Scenario Outline: Verify th

GIT not pushing changes instead checked in changes are overwritten by git checkout once build starts

2014-02-13 Thread jyotir bhandari
Hi I am newbie to jenkins, and since morning I am trying to push changes to git repositories, but after git commit, it just does not executes git push command in pre build scm. I have tried tit publisher in post script but then build process just checks-out stable release available to him and

Re: NPE while archiving artifacts

2014-02-13 Thread Slide
Looks like you have an old version of the Mailer plugin installed. https://issues.jenkins-ci.org/browse/JENKINS-20954 On Thu, Feb 13, 2014 at 6:14 AM, João Francisco Amorim Enomoto < jfaenom...@gmail.com> wrote: > Reporting an issue while running a build and doing some post build steps > (buil

NPE while archiving artifacts

2014-02-13 Thread João Francisco Amorim Enomoto
Reporting an issue while running a build and doing some post build steps (build went successful) on my Jenkins instance. Just doing what error message tells me to do. I'm using Jenkins 1.544. ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-us...@googlegroups.c

Re: NullPointerException when archiving artifacts in Jenkins 1.509.4

2014-02-13 Thread Juha Syrjälä
I am running Jenkins as a standalone app. On Thursday, February 13, 2014 2:26:32 PM UTC+2, Juha Syrjälä wrote: > > I don't see anything even remotely related in jenkins.log > > There this when the job is triggered, but there no corresponding SUCCESS > or FAILURE message. > Feb 13, 2014 12:52:14 P

Re: NullPointerException when archiving artifacts in Jenkins 1.509.4

2014-02-13 Thread Juha Syrjälä
I don't see anything even remotely related in jenkins.log There this when the job is triggered, but there no corresponding SUCCESS or FAILURE message. Feb 13, 2014 12:52:14 PM hudson.triggers.SCMTrigger$Runner run INFO: SCM changes detected in my-app. Triggering #201 The job is running on a sla

Re: NullPointerException when archiving artifacts in Jenkins 1.509.4

2014-02-13 Thread Slide
Sorry, I meant the Jenkins logs. How are you running Jenkins? Are you running under Tomcat or another container, or just standalone? On Thu, Feb 13, 2014 at 4:39 AM, Juha Syrjälä wrote: > There is no stack trace, the log I posted is the end of the jenkins > console log. It seems that something i

Re: NullPointerException when archiving artifacts in Jenkins 1.509.4

2014-02-13 Thread Juha Syrjälä
There is no stack trace, the log I posted is the end of the jenkins console log. It seems that something is catching the exception and just logging the exception.getMessage() and not the full stack trace. On Thursday, February 13, 2014 1:09:28 PM UTC+2, slide wrote: > > Is there any additional

Re: NullPointerException when archiving artifacts in Jenkins 1.509.4

2014-02-13 Thread Slide
Is there any additional information in the Jenkins logs? Perhaps a full stack trace? On Thu, Feb 13, 2014 at 3:00 AM, Juha Syrjälä wrote: > Hello, > > I am experiencing this NullPointerException when using Jenkins 1.509.4, > not tested with other Jenkins versions. Exception comes at the end of t

NullPointerException when archiving artifacts in Jenkins 1.509.4

2014-02-13 Thread Juha Syrjälä
Hello, I am experiencing this NullPointerException when using Jenkins 1.509.4, not tested with other Jenkins versions. Exception comes at the end of the job after doing archiving. This doesn't happen every time, but for example 3 out of 4 executions. Any idea if this is known problem or any wo

RE: Git plugin 2.0 with Gerrit Trigger plugin

2014-02-13 Thread James Nord (jnord)
Do you use a clean workspace each time (requiring a clone rather than fetch)? I found a non-clean workspace + fetch worked – but clean workspace + clone failed. This however have been fixed in 2.0.1 From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Ro

Re: Difficulty to make Jenkins talk to Git

2014-02-13 Thread nicolas de loof
you should be able to use credentials in URL (legacy mode). Please attach full stacktrace 2014-02-12 21:27 GMT+01:00 Kevin Fleming (BLOOMBERG/ 731 LEXIN) < kpflem...@bloomberg.net>: > You cannot include credentials in the repository URL. They must be > specified in the 'credentials' area of the