Re: Build ERROR

2012-12-07 Thread Gábor Garami
After you applied the recommended settings? 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.12.06. 17:44, "El alaoui Mohamed Reda" ezt írta: > on local it's okey but in JEKINS also

Re: failure build of jenkins job [ERROR: Failed to create /var/lib/jenkins/.m2]

2012-11-21 Thread Gábor Garami
I guess your Jenkins running under user named 'jenkins' and this user's home is located there. IIRC there is a env var to specify maven's homedir... 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 tart

Re: why no uninstall option for unused plugin

2012-11-21 Thread Gábor Garami
These plugins coming from jenkins core itself, so no way to uninstall them (and it does not make sense). 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.11.21. 20:20, "Martin d'Anjou

Re: How to crash Jenkins in the 'Poll SCM' box

2012-11-16 Thread Gábor Garami
Pls file an issue in jenkins bug tracker. Thanks 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.11.14. 12:06, "Patrick Byrne" ezt írta: > I note that entering "/15 * * * *" in the

Re: Configure Jenkins slave through ssh gateway

2012-11-01 Thread Gábor Garami
I dunno if it can or can't work, but give a try for $HOME/.ssh/config and ProxyCommand on master. 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.10.28. 17:36, "Gergo" ezt írta: >

Re: jenkins plugin for sona type repository manager

2012-10-26 Thread Gábor Garami
You do not need that. Just use maven publishing in post-build step and configure pom.xml properly. 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.10.06. 8:52, "Rajagopal, Sampath"

Re: Cucumber/RVM/Ruby not running tests in Jenkins

2012-10-24 Thread Gábor Garami
I use shell scripts as build steps, and cucumber has a junit formatter. I'll write a blog about my current setup and post to a list if you're interested in it. 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, ékezet

Re: How to get current slave's label value in the triggered job?

2012-10-24 Thread Gábor Garami
Tell us more details about your config. One slave can has more labels and one project can refer to more label too. 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.10.19. 17:21, "Garr

Re: Unable to delete unicode files during workspace cleanup

2012-10-13 Thread Gábor Garami
And these filenames are in utf8? So, if you 'ls' them in a utf8 terminal you can see correct characters? My guess is these files contain non-utf characters, and jenkins cannot clean them up because an illegal character(s). Garami Gábor gabor.gar...@hron.me Skype: hron84 Tel: +36 20 235 9621 Sent

Re: Blogged: How to Run RSpec Test Suites in Parallel with JenkinsCI Build Flow

2012-10-13 Thread Gábor Garami
Nice post, thanks. I read your last 3 posts and they are very impressive... i learned very useful things. Thank you for it. Gábor Garami 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.10.09. 21

Re: I'm starting. configuring CVS.

2012-10-02 Thread Gábor Garami
This is fairly detailed error message: connection is refused. Did you tried do cvs checkout directly on the Jenkins server? It is allowed to connect to 204.93.211.119 via SSH? Regards, Garami Gábor E-mail: gabor.gar...@hron.me Tel: +36 20 235 9621 MSN: h...@vipmail.hu Skype: hron84 On Mon, Oc

Re: [infra-outage] wiki.jenkins-ci.org and issues.jenkins-ci.org are down

2012-10-02 Thread Gábor Garami
What happened? Garami Gábor E-mail: gabor.gar...@hron.me Tel: +36 20 235 9621 MSN: h...@vipmail.hu Skype: hron84 On Tue, Oct 2, 2012 at 12:11 PM, Arnaud Héritier wrote: > Hi all, > > We are sorry but wiki.jenkins-ci.org and issues.jenkins-ci.org are down > and we have for now no visibility ab

Re: Need help on polling scm on remote using ssh

2012-09-15 Thread Gábor Garami
- generate ssh keys for jenkins - copy it to all slave, and to master too - log in to scm server via ssh as jenkins user on slaves to accept server fingerprint - add user to scm with this key and with desired rights - configure master Garami Gábor gabor.gar...@hron.me Skype: hron84 Tel: +36 20 235

RE: Failed to check out on jenkins slave

2012-09-14 Thread Gábor Garami
As same user as Jenkins? 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.09.13. 14:02, "Levin, Ilya" ezt írta: > ** ** > > I’m quoting (sorry if I didn’t make myself clear). >

Re: HTML Publishing archiving at PROJECT level???

2012-09-14 Thread Gábor Garami
If you want to archive only one html file why do not use the builtin artifact publisher for that? 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.09.13. 18:24, "mikemil" ezt írta:

Re: populating the workspace on a slave

2012-09-12 Thread Gábor Garami
I use jenkins for my rails project, in the following setup: - i configured git plugin to my repo - master/slave clones/pulls the repo on scm change - runs tests - collects logs and stats - finishes I can imagine a post-build step what simply run git archive on workspace, and you can collect it as

Re: deinstall OSX package

2012-09-12 Thread Gábor Garami
There is a lot of if you installed stuff from pkg/mpkg. But it is definitelly not an osx support channel. However if you issue google search with 'osx pkg uninstall' keywords you may find answer quickly. Garami Gábor gabor.gar...@hron.me Skype: hron84 Tel: +36 20 235 9621 Sent from my T-Mobile G2

Re: vSphere plugin does not starts slave

2012-09-10 Thread Gábor Garami
> they will work read-only with free ESXi. That makes me rather curious as to > how libvirt can manage the free ESXi - or are they just using the > read-only aspect. > > On Saturday, September 8, 2012 4:14:45 AM UTC-7, Gábor Garami wrote: >> >> Then that's why it

Re: how to build depending projects?

2012-09-08 Thread Gábor Garami
There is a "build when jobs finished" checkbox iirc (or with similar title) 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.09.07. 15:11, "Kenneth" ezt írta: > in visual studio .ne

Re: vSphere plugin does not starts slave

2012-09-08 Thread Gábor Garami
ESXi host must be fully licensed, otherwise the remote > APIs won't work, which is how the plugin works with the VMs. If you get > the free ESXi host with it's free license, the remote APIs are disabled and > the plugin won't work. I'll update the wiki page for this... &g

Re: vSphere plugin does not starts slave

2012-09-07 Thread Gábor Garami
Swager wrote: > Your configurations all look good. When Jenkins tries to start the slave, > do you see any commands at all appearing in vSphere? At the very least, I > would hope to see a power on event. > > > On Friday, September 7, 2012 3:06:50 AM UTC-7, Gábor Garami wrote:

Re: vSphere plugin does not starts slave

2012-09-07 Thread Gábor Garami
Jenkins node config: https://skitch.com/hron84/e1rj4/jenkins-vsphere-node Plugin config: https://skitch.com/hron84/e1rj9/jenkins-vsphere Garami Gábor E-mail: gabor.gar...@hron.me Tel: +36 20 235 9621 MSN: h...@vipmail.hu Skype: hron84 On Wed, Sep 5, 2012 at 5:49 PM, Gábor Garami wrote: >

Re: plugins and jobs missing after system restart

2012-09-05 Thread Gábor Garami
r/lib/jenkins:/bin/bash > > > On Tue, Sep 4, 2012 at 2:28 AM, Gábor Garami wrote: > > Hmm and what is the home dir of jenkins user? Try to find it in > /etc/passwd > > > > Garami Gábor > > gabor.gar...@hron.me > > Skype: hron84 > > Tel: +36 2

Re: config.xml zero size

2012-09-05 Thread Gábor Garami
Check the filesystem of the vm while it is turned off. And check the physical disks under the vm(s). 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.09.05. 13:40, "Maciej Sawicki" e

Re: vSphere plugin does not starts slave

2012-09-05 Thread Gábor Garami
oes work and > indicates no problems? > What are the slave settings? > > On Wednesday, September 5, 2012 1:51:48 AM UTC-7, Gábor Garami wrote: >> >> I set slave activation via SSH. But the main problem is VM does not >> powered on. So, my problem is not the VM not

Re: vSphere plugin does not starts slave

2012-09-05 Thread Gábor Garami
the VM has enough time to fully start (wait for > VM Tools plus any necessary delay) so that the SSH server is online before > Jenkins tries to communicate. > > > On Sunday, September 2, 2012 4:44:23 AM UTC-7, Gábor Garami wrote: >> >> Hi! >> >> I use VMwar

Re: plugins and jobs missing after system restart

2012-09-03 Thread Gábor Garami
> Bhushana > > On Mon, Sep 3, 2012 at 10:33 PM, Gábor Garami > wrote: > > How did you deployed jenkins? Via packages of pkg.jenkins-ci.org or via > > manual deployment (custom init script, what runs war, or something)? > > > > What is the current home dir of jenk

Re: Jenkins crashing, GLib error

2012-09-03 Thread Gábor Garami
Master's java is quite old, try to upgrade to latest jdk6 (u34 iirc). I think there is a ppa for that or sthg. 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.08.31. 13:03, "David P

Re: plugins and jobs missing after system restart

2012-09-03 Thread Gábor Garami
How did you deployed jenkins? Via packages of pkg.jenkins-ci.org or via manual deployment (custom init script, what runs war, or something)? What is the current home dir of jenkins user? You can discover it with "finger jenkins" command (maybe you need to install the finger package). Garami Gábor

vSphere plugin does not starts slave

2012-09-02 Thread Gábor Garami
Hi! I use VMware ESXi 4.0 with the vSphere plugin, and slave VM does not being started. It is always stuck on Powering on VM state (at least based on logs). The Test VM Connection passes. openSUSE Linux 11.4 Jenkins ver. 1.479 (installed from pkg.jenkins-ci.org/opesuse started by the init script

Re: Authentification failed when deploying a project

2012-04-12 Thread Gábor Garami
In home of Jenkins user you can create a ~/.m2/settings.xml and specify credentials. See documentation about syntax of that file. 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.1

Re: Checkout Failure in Master Slave Configuration

2012-04-11 Thread Gábor Garami
Okay, could you please explain how did you specified credentials for accessing your svn repo? In job? If yes, how? Garami Gábor E-mail: gabor.gar...@hron.me Tel: +36 20 235 9621 MSN: h...@vipmail.hu Skype: hron84 On Wed, Apr 11, 2012 at 8:56 AM, Vinod Kumar wrote: > Hi Gábor Garami, >

Re: How to make a shell script quieter?

2012-04-11 Thread Gábor Garami
And you can shut up zip completelly with -qq 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.11. 11:16, "David Aldrich" ezt írta: > Hi > > ** ** > > Some of my Jenkins jobs

Re: Checkout Failure in Master Slave Configuration

2012-04-10 Thread Gábor Garami
> 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 > mon

Re: Checkout Failure in Master Slave Configuration

2012-04-10 Thread Gábor Garami
on Slave) > > > or > > shall I just specify credentials somewhere on slave machine and > specify path in config of jenkins on master. > > I will be really thankful if you can help me here. > > On Apr 10, 1:38 pm, Gábor Garami wrote: > > Because you did not specified cr

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 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

Re: Hudson timer triggers job for multiple times from time to time

2012-04-09 Thread Gábor Garami
Plz share us the scheduling settings of the job. 2012.04.09. 8:41, "Nan Cui" ezt írta: > Hi, > > I’m using Hudson v1.363 in my project. There is a disturbing issues > troubled me for quite a while. > > Say I setup a job with a periodical schedule, and then save it. It could > be very good chance

Re: Jenkins jdk tool install issues

2012-04-05 Thread Gábor Garami
The URL is bad. The URL is needed to looks like: http://download.oracle.com/otn-pub/java/jdk/6u31-b05/jdk-6u31-linux-x64.bin In the mentioned case: http://download.oracle.com/otn-pub/java/jdk/6u30-b12/jdk-6u30-linux-x64.bin The mistake: otn-pub instead of otn. You should file an issue. Regards

Re: Post build task permission denied in shell script when cp directories

2012-04-05 Thread Gábor Garami
Ok, so you have a permission denied error... why you don't set permission to allow jenkins to write? 2012.04.05. 14:33, "nexenator" ezt írta: > Thanks i tried that before but that didn't work either. > > I have a solution now using sudo - but that's kind of suboptimal > > -- > View this message i

Re: Process leaked file descriptors.

2012-04-04 Thread Gábor Garami
Hi If I remember correctly, there is a TestNG plugin for Jenkins. Did you try it? What is the problem with that? Regards, Gábor Garami E-mail: gabor.gar...@hron.me Tel: +36 20 235 9621 MSN: h...@vipmail.hu Skype: hron84 On Wed, Apr 4, 2012 at 4:19 PM, krikar wrote: > Hi Jan, > >

Re: Maven Release plugin problem...

2012-04-03 Thread Gábor Garami
From: http://maven.apache.org/pom.html - *connection*, *developerConnection*: The two connection elements convey to how one is to connect to the version control system through Maven. Where connection requires read access for Maven to be able to find the source code (for example, an up

Re: API query to load from disk?

2012-04-03 Thread Gábor Garami
Do the reconfiguration via API and you will not need reload Jenkins. I think there is a JSON API for add/modify a job. Garami Gábor E-mail: gabor.gar...@hron.me Tel: +36 20 235 9621 MSN: h...@vipmail.hu Skype: hron84 On Tue, Apr 3, 2012 at 11:49 PM, Andrew Melo wrote: > Hey all, > > We keep

Re: Error with git .. Verify the repository and branch configuration ...

2012-04-02 Thread Gábor Garami
How did you specified the required password? On jenkins host can you do clone this repo too? Regards, -- Gabor Garami 2012.04.02. 5:25, "Torsten Zander" ezt írta: > Hi Sami, > > Thanks. > > Yes i can manually clone the repository. > > Here is the complete log: > > Building in workspace /var/lib

Re: Jenkins Jabber plugin security

2012-04-01 Thread Gábor Garami
as a given Jenkins user. In the > latter case it uses the permissions granted to the user. > > Hope this answers your question. > > cheers > Christoph > > Am 31.03.2012 18:59, schrieb Gábor Garami: > >> Hi, >> >> This maybe a newbie question but I

Jenkins Jabber plugin security

2012-03-31 Thread Gábor Garami
Hi, This maybe a newbie question but I do not understand well what Jabber plugin does with my Jenkins server. So, I currently using "Matrix-based security" in my jenkins instance. But Jabber plugin does not impersonate me correctly even if I filled my Jabber address in my profile. Since the i