Re: Checkout Failure in Master Slave Configuration

2012-04-10 Thread Vinod Kumar
Hi Gábor Garami, I have installed subversion on Slave machine provided credentials to server file, but problem remains the same... I even tried svn checkout from CMD on that windows machine and that worked flawlessly, but checkout is not happening when I run job from Master jenkins As I ran java

Re: Post Commit Issue with Jenkins - No subversion jobs found

2012-04-10 Thread David Weintraub
So, exactly what are you trying to do and exactly what is failing? * Do you have the job in Jenkins? * What happens when you press the "Build Now" button? * Can Jenkins detect when you do a commit? * Is there a certain spot where it's failing? * What is the post-commit hook for? Normally, with Sub

Re: Post Commit Issue with Jenkins - No subversion jobs found

2012-04-10 Thread Bryan Campbell
I have been trying to setup a basic post-hook commit with Jenkins for about 2 weeks now. I can't seem to get past this issue. I find this issue often on forums, blogs, google, and in this user group. Does anyone know why this is happening or how to fix it? I would really appreciate some help. Th

Error while using Deployment plugin for deploying war to JBoss 5

2012-04-10 Thread Abhijit
Hi, I am facing the issue as attached herewith while trying to deploy war created from maven project to JBoss 5 server using jenkins. It seems to me I am missing out some configuration related to cargo. Can anyone point any solution towards the issue? ERROR: Publisher hudson.plugins.deploy.Dep

Re: Checkout Failure in Master Slave Configuration

2012-04-10 Thread Les Mikesell
2012/4/10 Gábor Garami : > No, Jenkins uses subversion cmd, what can be downloaded from > subversion.apache.org. > But this: https://wiki.jenkins-ci.org/display/JENKINS/Subversion+Plugin says it uses svnkit. And is included in the base install. -- Les Mikesell lesmikes...@gmail.com

Re: Checkout Failure in Master Slave Configuration

2012-04-10 Thread Gábor Garami
No, Jenkins uses subversion cmd, what can be downloaded from subversion.apache.org. Garami Gábor gabor.gar...@hron.me Skype: hron84 Tel: +36 20 235 9621 Sent from my T-Mobile G2 Ezt a levelet telefonról adták fel, ékezethibákat tartalmazhat. 2012.04.10. 23:41, "Les Mikesell" ezt írta: > 2012/4/

Mercurial plugin: Cannot run program "hg": error=2, No such file or directory

2012-04-10 Thread Chuck Doucette
We *just* switched from Subversion to Mercurial. I didn't get a chance to test Jenkins on Mercurial before making the switch. Now - I am unable to start any builds. They all fail with the error above. FYI - I am running Jenkins 1.459 on a Mac (Snow Leopard 10.6) w/ the Mercurial plugin 1.38. Her

Re: Checkout Failure in Master Slave Configuration

2012-04-10 Thread Les Mikesell
2012/4/10 Gábor Garami : > In Jenkins terminology Slave means separated machine what fetches, builds > and test jobs and all artifact being copied back to the Master after build, > inc. test logs, real artifacts, stats, etc. Master just triggers and monitor > the build process but not do anything o

Re: how to get access to the data for the job being promoted?

2012-04-10 Thread Sami Tikka
You do not exactly come clean on what kind of "data" it is you are looking for. If you want access to promoted build artifacts, Copy Artifacts plugin gives that in the triggered build in Specific build -> Last promoted (from memory, might not be 100% correct, but I did use it a few weeks ago.) If

Re: Checkout Failure in Master Slave Configuration

2012-04-10 Thread Gábor Garami
In Jenkins terminology Slave means separated machine what fetches, builds and test jobs and all artifact being copied back to the Master after build, inc. test logs, real artifacts, stats, etc. Master just triggers and monitor the build process but not do anything on Slave. Except if you specified

Re: how to get access to the data for the job being promoted?

2012-04-10 Thread Brian J. Murrell
On 12-04-10 11:44 AM, Brian J. Murrell wrote: > Using the Promoted Builds Plugin, I'm choosing to execute another job as > an action of the promotion. How do I get information on the job and > build that's being promoted in the job steps of the job that the > promotion action starts? Still wonder

access the latest promoted job similar to "lastSuccessful"?

2012-04-10 Thread Brian J. Murrell
In the same way that I can access a job (with it's log and artifacts, etc.) through the "lastSuccessfulBuild" alias (i.e. http://localhost:8080/job/foo/lastSuccessfulBuild/arch=x86_64,distro=el6/), is there any similar type aliases to get to the last job that was promoted with a given promotion nam

Can a label expression be given a more user-friendly name?

2012-04-10 Thread Dawn Harris
Hi, We would like to start using label expressions in our Jenkins system, but we are using multi-configuration projects and we are not sure that we like the details of the label expression being shown in the "Configurations" section. (It also complicates some paths and urls). Someone may just wa

Post Commit Issue with Jenkins - No subversion jobs found

2012-04-10 Thread Bryan Campbell
I am trying to setup Jenkins to work with my subversion repository. I have 4 projects setup as maven projects but are configured with subversion. When ran manually they do an svn up on the projects, compile, run tests, and then deploy to a maven snapshot repository. Right now they are pollin

Checkout Failure in Master Slave Configuration

2012-04-10 Thread VinodKumar
Hi All, I am configuring a master slave configuration on my machine. Master is a Linux Machine and slave is a Windows XP machine. I have given a MS BUILD job to this master but when I run the Job it is not checking out the project. I am using following node configurations-- http://jenkins.361315.n

Re: Artifact Deployment

2012-04-10 Thread Vikas Kansal
can someone help me please -- View this message in context: http://jenkins.361315.n4.nabble.com/Artifact-Deployment-tp4538406p4539778.html Sent from the Jenkins users mailing list archive at Nabble.com.

Checkout Failure in Master Slave Configuration

2012-04-10 Thread VinodKumar
Hi All, I am configuring a master slave configuration on my machine. Master is a Linux Machine and slave is a Windows XP machine. I have given a MS BUILD job to this master but when I run the Job it is not checking out the project. I am using following node configurations-- http://jenkins.361315.n

Re: Getting a ERR_CONTENT_DECODING_FAILED error on the jobs page after upgrading

2012-04-10 Thread Roland Zwaga
Ok, went ahead and sifted through the logs and disabled some stuff, the culprit turned out to be this one: Static Analysis Collector Plug-in Disabling that fixed my jobs page. So, maybe this will help someone else someday ;) cheers, Roland Zwaga On Apr 10, 5:34 pm, Roland Zwaga wrote: > Good

Re: Build Pipeline view issues

2012-04-10 Thread Nicky Ramone
Chris, you are right. The integration between the Build Pipeline plugin and the Promoted Builds plugin does not exist. Somewhere I read that this is a desired feature and it may come in the future. On Wed, Feb 8, 2012 at 6:18 AM, Chris Withers wrote: > Hi All, > > I'm having trouble with this bui

Re: Promoted Builds Plugin: promote downstream jobs also

2012-04-10 Thread John Vacz
You can trigger/start a build of job bar in a promotion process in foo (see "Actions" section of the promotion configure, you may need other plugins though). In job bar you can define an automatic promotion process which "Promote immediately once the build is complete". You mention the promot

Re: promotion plugin: multiple levels of promotion

2012-04-10 Thread John Vacz
See the 'Criteria' section of each promotion process in job config screen. This one: "when the following upsstream promotions are promoted" might basically do what you want. On 09.04.2012 23:08, Brian J. Murrell wrote: The Promoted Builds Plugin description page (https://wiki.jenkins-ci.org/di

how to get access to the data for the job being promoted?

2012-04-10 Thread Brian J. Murrell
Using the Promoted Builds Plugin, I'm choosing to execute another job as an action of the promotion. How do I get information on the job and build that's being promoted in the job steps of the job that the promotion action starts? I've dumped the environment in the job steps of the job the action

Getting a ERR_CONTENT_DECODING_FAILED error on the jobs page after upgrading

2012-04-10 Thread Roland Zwaga
Good day gentlemen, I've been having this issue since trying to upgrade to version 1.458 and 1.459 (currently using 1.457 without problems), after the upgrade my main page (the jobs page) doesn't display anymore. In Chrome it gives me this error: ERR_CONTENT_DECODING_FAILED Now, I'm guessing its

Re: "build periodically" stops triggering builds?

2012-04-10 Thread Tomi N/A
Anyone? Is this something for the Jenkins issue tracker, has anyone encountered such behaviour? Cheers, Tomislav El día 5 de abril de 2012 12:40, Tomi N/A escribió: > Hi Jan, > > thanks for your answer. I'm afraid I don't understand what you mean by > "reloading the configuration from disk". > >

Re: Checkout Failure in Master Slave Configuration

2012-04-10 Thread Vinod Kumar
Sir!! I have a query here!! You meant it uses the subversion on slave machine?? If so it shouldn't have started svn command at all (as I have not installed subversion on slave at all) right? so basically my query is... should I install subversion on Slave (Windows) machine also and specify cr

RE: Plugins are not updating

2012-04-10 Thread mikko.tapaninen
I checked with 1.459 and the issue is fixed there. That is, a plugin gets pinned automatically during an upgrade. Pinning (or unpinning actually) was and is still supported through UI. Mikko From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of ext Jeff

Re: Checkout Failure in Master Slave Configuration

2012-04-10 Thread Gábor Garami
Because you did not specified credentials on SLAVE. Garami Gábor gabor.gar...@hron.me Skype: hron84 Tel: +36 20 235 9621 Sent from my T-Mobile G2 2012.04.10. 10:32, "Vinod Kumar" ezt írta: > I have specified them in server file of subversion in jenkins. > jenkins is even able to checkout on MAS

Re: Checkout Failure in Master Slave Configuration

2012-04-10 Thread Vinod Kumar
I have specified them in server file of subversion in jenkins. jenkins is even able to checkout on MASTER. This problem comes when i run the job for SLAVE machine and its not able to checkout then only.

Re: Checkout Failure in Master Slave Configuration

2012-04-10 Thread Gábor Garami
You did not specified credentials to check out repository. 2012.04.10. 8:28, "Vinod Kumar" ezt írta: > Hi All, > I am configuring a master slave configuration on my machine. > Master is a Linux Machine and slave is a Windows XP machine. > I have given a MS BUILD job to this master but when I run