Build flow plugin does not visualize the flow correctly

2013-03-21 Thread Pawel Wrobel
Hi, I have an issue with bulid flow plugin. The defined flow is executed correctly (visible in Console Output) but the flow graph is being cut at some point of time and to further jobs from chain are ploted. the flow is the following: build("JOB-1") parallel ( { ignore(FAILURE) { b

Re: Build flow plugin does not visualize the flow correctly

2013-03-21 Thread nicolas de loof
flow visualization is still early stage, and probably need some love to address complex graphs. We are extracting it into a more general purpose plugin (build graph view) so it can both handle flows and "classic" jenkins downstream chains 2013/3/21 Pawel Wrobel > Hi, > I have an issue with bulid

RE: Build flow plugin does not visualize the flow correctly

2013-03-21 Thread Wrobel, Pawel (NSN - PL/Wroclaw)
Hi, I guess this one is still under work right (https://wiki.jenkins-ci.org/display/JENKINS/Build+Graph+View+Plugin)? Any expectations when it may be ready to use? --- Serdecznie pozdrawiam/ With kind regards/ Mit freundlichen Gruess

Re: Build flow plugin does not visualize the flow correctly

2013-03-21 Thread nicolas de loof
2013/3/21 Wrobel, Pawel (NSN - PL/Wroclaw) > Hi, > > I guess this one is still under work right ( > https://wiki.jenkins-ci.org/display/JENKINS/Build+Graph+View+Plugin)? > > Any expectations when it may be ready to use? > mostly depends what you consider "ready to use". if you're askin

RE: Build flow plugin does not visualize the flow correctly

2013-03-21 Thread Wrobel, Pawel (NSN - PL/Wroclaw)
There is no such thing as a soft without bugs;) Means: I would have to wait for a couple of weeks for a release Thanks☺ --- Serdecznie pozdrawiam/ With kind regards/ Mit freundlichen Gruessen Paweł Wróbel Nokia Siemens Networks Sp. z

RE: How to connect to a Linux slave?

2013-03-21 Thread David Aldrich
Hi > What do you mean that an Ubuntu slave uses Windows authentication? As I > said before, you need to try logging into the slave directly via ssh. > When that works, try it with Jenkins. Ok, please ignore my 'Windows authentication' comment. Yes, I can try SSH, but my understanding is that if

Re: Build of first commit on git branch does not show changes

2013-03-21 Thread nicolas de loof
git-plugin maintain the last build per branch, but dones not try to "discover" when a branch was created compared to previous builds. Not trivial to implement 2013/3/21 Brian Jones > Is it possible to get Jenkins to detect and report "Changes" for the first > commit on a new branch/build? > > I'

Re: Getting exception when trying to build maven project by perforce plugin

2013-03-21 Thread Eric Pyle
This appears to be JENKINS-16256 , which is a duplicate ofJENKINS-15642. Eric On 3/20/2013 6:01 PM, devanand wrote

Re: Maven jenkins build is throwing exception.

2013-03-21 Thread Eric Pyle
This isJENKINS-15642. Eric On 3/20/2013 8:34 PM, devanand wrote: Hi, I am getting following exception even though i can see my build is successfull. I can see on local box this has artifact available but still i can see this error wheneve

Re: How to connect to a Linux slave?

2013-03-21 Thread Les Mikesell
On Thu, Mar 21, 2013 at 4:06 AM, David Aldrich wrote: > Hi > >> What do you mean that an Ubuntu slave uses Windows authentication? As I >> said before, you need to try logging into the slave directly via ssh. >> When that works, try it with Jenkins. > > Ok, please ignore my 'Windows authentication

Jenkins CVS checkout creates world writable files

2013-03-21 Thread Jens Schweikhardt
I just started setting up jenkins 1.506 on CentOS 5.9 as described on https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+RedHat+distributions I've configured it to checkout from our CVS repo via pserver and CVSROOT=:pserver:jenkins@host:/repodir. However, when I look at the checked

Re: Jenkins CVS checkout creates world writable files

2013-03-21 Thread Michael Clarke
Which version of the cvs plugin are you using? Thanks Michael On 21 Mar 2013, at 13:43, Jens Schweikhardt wrote: > I just started setting up jenkins 1.506 on CentOS 5.9 as described on > https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+RedHat+distributions > > I've configured i

RE: How to connect to a Linux slave?

2013-03-21 Thread David Aldrich
Hi Les Thanks for your reply. That helped me realise that I had made a stupid mistake by misspelling the host name. It all works now. BR David > -Original Message- > From: jenkinsci-users@googlegroups.com [mailto:jenkinsci- > us...@googlegroups.com] On Behalf Of Les Mikesell > Sent:

Re: Jenkins CVS checkout creates world writable files

2013-03-21 Thread Jens Schweikhardt
Michael et al., On Mar 21, 2:45 pm, Michael Clarke wrote: > Which version of the cvs plugin are you using? 2.8 (upgraded from stock 1.6 as suggested by jenkins) Jens -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this g

Re: Parallel Deployment+ Tomcat 7.x + Grails 2.2.x

2013-03-21 Thread AdoTedo
Hi guys, I'm me again. In my previous post I said that the deploy at the end works even with failure, but unfortunately it's not true. It has problems. If I deploy the war without ##version everything works fine, if I deploy it manually, compile, move the war and so on it works even it's in vers

GIT stopped working after upgrading the plugin to version 1.3.0

2013-03-21 Thread Aldo Brucale
Hi, I'm running Jenkins LTS (1.480.3) and after upgrading the plugins today Jenkins has stopped downloading the changes from my git server. It seems that jenkins is not accepting the self-signed certificate from the server any more. Any ideas on how to resolve this? I've tried to downgrade the

Re: GIT stopped working after upgrading the plugin to version 1.3.0

2013-03-21 Thread Peter Miklosko
Not issue of Git Plugin but git Client Plugin. This been upgraded to 1.0.4 and is messing up as I discovered few days ago http://goo.gl/QKP0H Peter On 21 March 2013 14:54, Aldo Brucale wrote: > Hi, > > I'm running Jenkins LTS (1.480.3) and after upgrading the plugins today > Jenkins has stopped

Re: Build of first commit on git branch does not show changes

2013-03-21 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
I think for this use case just showing the commits since the branch point would be an acceptable compromise. If the branch includes commits (from its parent branch) that have not been built in another job, I don't think there is any practical way the plugin could figure that out (or that doing s

Re: Environment variables from Jenkins TestLink Plug-in

2013-03-21 Thread Marcellino Palerme
Hi, Nobody have ideas . Or just the sample of tutorial of plug-in Le 06/03/2013 09:40, Marcellino Palerme a écrit : Hi I work on Jenkins 1.504 and Jenkins TestLink Plugin 3.1.8. When I try read the environment variables provides by plugin like TESTLINK_TESTCASE_ID or TESTLINK_BUILD_NAME, t

Re: GIT stopped working after upgrading the plugin to version 1.3.0

2013-03-21 Thread nicolas de loof
as a temporary workaround run jenkins with org.jenkinsci.plugins.gitclient.Git.useCLI=true I'm disappointed with JGit, and probably will revert git-client to use git-cli by default, even this has some serious drawbacks, until JGit gets more mature. 2013/3/21 Peter Miklosko > Not issue of Git P

Re: GIT stopped working after upgrading the plugin to version 1.3.0

2013-03-21 Thread Jared Griffith
That workaround doesn't work if you have slave nodes. The one that worked for me is detailed in the Jira: https://issues.jenkins-ci.org/browse/JENKINS-17204?focusedCommentId=175804#comment-175804 That works just great for me now. On Thu, Mar 21, 2013 at 8:40 AM, nicolas de loof wrote: > as a te

Re: GIT stopped working after upgrading the plugin to version 1.3.0

2013-03-21 Thread Aldo Brucale
Thank you, I've added -Dorg.jenkinsci.plugins.gitclient.Git.useCLI=true for all the slaves end now everything works fine. Is the issue with the git Client Plugin already on the bugtracker? On Thursday, 21 March 2013 16:06:50 UTC+1, Peter Miklosko wrote: > > Not issue of Git Plugin but git Client

Re: GIT stopped working after upgrading the plugin to version 1.3.0

2013-03-21 Thread nicolas de loof
You have to configure slaves as well to use this option 2013/3/21 Jared Griffith > That workaround doesn't work if you have slave nodes. The one that worked > for me is detailed in the Jira: > > https://issues.jenkins-ci.org/browse/JENKINS-17204?focusedCommentId=175804#comment-175804 > > That w

Re: GIT stopped working after upgrading the plugin to version 1.3.0

2013-03-21 Thread nicolas de loof
There is a bunch of them in bugtracker. I've just released git-client 1.0.5, that will use git-cli by default. will still maintain a JGit implementation, and try to get unit test to reproduce those various issues, but probably will have to wait for next major JGit version - JGit for sample don't s

Re: Maven jenkins build is throwing exception.

2013-03-21 Thread devanand
Hi Eric, When should i expect to be resolved this BUG ? or is there any work around to this problem ??? Thanks. On Thursday, March 21, 2013 5:28:58 AM UTC-7, Eric Pyle wrote: > > This is JENKINS-15642. > > Eric > > On 3/20/2013 8:34 PM, devan

Re: Maven jenkins build is throwing exception.

2013-03-21 Thread Eric Pyle
Sorry, I don't know when it may be fixed. I am not involved in working on it. As for a workaround, the bug reporter says if the build is manually started, it succeeds - not sure if you've tried that. To still have builds triggered automatically, you could set up a post-commit hook in your sourc

Re: GIT stopped working after upgrading the plugin to version 1.3.0

2013-03-21 Thread Aldo Brucale
So also the LTS version of Jenkins pulls the latest version of the plugins. I thought it was safe to keep them updated... On Thursday, 21 March 2013 17:03:29 UTC+1, Nicolas De loof wrote: > > There is a bunch of them in bugtracker. > > I've just released git-client 1.0.5, that will use git-cli b

Re: GIT stopped working after upgrading the plugin to version 1.3.0

2013-03-21 Thread nicolas de loof
right, there is no "LTS" concept for plugins 2013/3/21 Aldo Brucale > So also the LTS version of Jenkins pulls the latest version of the > plugins. I thought it was safe to keep them updated... > > > On Thursday, 21 March 2013 17:03:29 UTC+1, Nicolas De loof wrote: > >> There is a bunch of them

Re: GIT stopped working after upgrading the plugin to version 1.3.0

2013-03-21 Thread Slide
I've often wished there was a way to do this though. On Thu, Mar 21, 2013 at 10:22 AM, nicolas de loof wrote: > right, there is no "LTS" concept for plugins > > > 2013/3/21 Aldo Brucale > >> So also the LTS version of Jenkins pulls the latest version of the >> plugins. I thought it was safe to

Re: GIT stopped working after upgrading the plugin to version 1.3.0

2013-03-21 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Being a relative newbie here I'm a bit hesitant to throw this out... but with the massive growth in the Jenkins community over the last year or more, maybe it's time to consider having a 'stable' and 'unstable' plugin repositories as well. Developers need ways to test out new things (like has be

Re: GIT stopped working after upgrading the plugin to version 1.3.0

2013-03-21 Thread Slide
I'd almost like to have channels like debian, stable, testing and unstable, it would be very useful (but perhaps too complex to start out that way). I've currently just been putting the hpi/jpi out there for people to download and install, but it would be nice to have something in Jenkins release p

Re: GIT stopped working after upgrading the plugin to version 1.3.0

2013-03-21 Thread Andrew Melo
Maybe (implementation would be hard) plugins can tag their "highest allowed" release. That way, whatever plugin could say, "if you're on LTS, this is the auto installed version" Andrew Melo Sent from my secret fortress. On Mar 21, 2013, at 12:29, Slide wrote: > I've often wished there wa

Re: Maven jenkins build is throwing exception.

2013-03-21 Thread devanand
Hi Eric, I am not using Poll feature at all... I have this build scheduled with Manual JOB only. But still i am getting this exception I don't see any workaround on this problem I am stuck really and don't know how to resolve this problem If you can give me some other workaroun

Re: Maven jenkins build is throwing exception.

2013-03-21 Thread devanand
Hi Eric, Just a UPDATE on this one I was trying to create a JOB as*Build a maven2/3 project*And it was throwing this exceptions so basically this feature is not stable and not working at all to create successful builds. I tried with *Build a free-style software project* And same commands

Re: Build of first commit on git branch does not show changes

2013-03-21 Thread Brian Jones
Kevin, I agree with you. How can that be implemented? All, It appears to me that Jenkins does not work well with this use case: * master HEAD is release version 1 (v1) of product. * 4 features ABCD that are implemented on git branches ABCD respectively based on v1 * Jenkins project to build

Re: GIT stopped working after upgrading the plugin to version 1.3.0

2013-03-21 Thread Gergely Nagy
On 21 March 2013 17:40, Andrew Melo wrote: > Maybe (implementation would be hard) plugins can tag their "highest > allowed" release. That way, whatever plugin could say, "if you're on LTS, > this is the auto installed version" > +1 Sounds great to me! -- You received this message because you

Jenkins batch command error : ...system cannot find the file specified...

2013-03-21 Thread dmatrix
Hello, My environment is Jenkins1.506/VS&TFS2010 I was testing "Add Build Step" for MSBuild Plug-In with a simple "Execute Windows batch command" and got this: [GAtest1] $ cmd /c call C:\Windows\TEMP\hudson8854542679623085192.bat C:\Program Files (x86)\Jenkins\workspace\GAtest1>echo test test

Re: Jenkins batch command error : ...system cannot find the file specified...

2013-03-21 Thread Mark Waite
I think that is saying that the built-in command "COPY" in the Windows command processor tried to copy from D:\drop\test.txt to D:\testdir\ and either found that D:\drop\test.txt did not exist, or D:\testdir\ did not exist. The preceding "echo" command did not create D:\drop\test.txt, so I assum

Re: Jenkins batch command error : ...system cannot find the file specified...

2013-03-21 Thread dmatrix
Thanks for your response Mark, No, I created the \testdir and test.txt in D:\ to test, they are there, and I also checked the spaces in the command. The funny thing is I did a COPY and CALL command before, in my previous job with similar environment, and Jenkins had no problem at all. Currentl

Re: Jenkins batch command error : ...system cannot find the file specified...

2013-03-21 Thread dmatrix
Thanks for your response Mark, No, I created the \testdir and test.txt in D:\ to test, they are there, and I also checked the spaces in the command. The funny thing is I did a COPY and CALL command before, in my previous job with similar environment, and Jenkins had no problem at all. Currentl

jenkins plugin exec master,but not slaver execute?

2013-03-21 Thread Cody Zhang
Hi, Kohsuke I write a plugin.It‘s function; svn checkout then exec assign build。 my test code: public class CheckoutTask implements FileCallable { public Boolean invoke(File workspace, VirtualChannel channel) throws IOException { // This here code is e

AVD exception in Jenkins

2013-03-21 Thread syamimi mokhtar
Hi, I was tried to run build with AVD in jenkins with below configuration. But , when I build the job, I got below exception. What I need to do.. [android] Failed to run AVD creation command Exception in thread "main" java.lang.NullPointerException at com.android.sdklib.internal.avd.AvdManage

svn update not working with jar and zip file - quick question

2013-03-21 Thread Z W
Hi All Has anyone experience of svn updates not working with jar and zip files ? We experience this where for unclear reason the jar or zip file would not update with newer jar and zip files in SVN after issuing a SCM checkout from Jenkins in a job. How do we come this problem ? Thanks All -- Y