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

2012-04-01 Thread Torsten Zander
Hi When I strat the jenkins process with my configured git properties. I always get: ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job. I tried many different options but the error message remains. I use: Jenkins ver. 1.457

Re: Jenkins Jabber plugin security

2012-04-01 Thread Christoph Kutzinski
Hi Gabor, there's currently no way to let the plugin impersonate you - i.e. the user who is issueing a command via Jabber - in Jenkins. I wonder if there is a theoretical way to do this without compromising security in some way. So yes, commands are issued as either the anonymous user or - if

Re: Jenkins Jabber plugin security

2012-04-01 Thread Gábor Garami
Dear Cristoph, Thanks for your help. I do not saw the mentioned option in jabber settings, for me it is highly enough. Regards, -- Gabor Garami 2012.04.01. 12:33, "Christoph Kutzinski" ezt írta: > Hi Gabor, > > there's currently no way to let the plugin impersonate you - i.e. the user > who is

Re: ChangeLog parser without SCM

2012-04-01 Thread Grégory Boissinot
At the moment, there is no available solution without SCM. However, you can look at the XTrigger plugin providing a change log. What is exactly your use case? On Sat, Mar 31, 2012 at 1:26 PM, bl0ck3r wrote: > Is it possible to have a ChangeLog parser without developing the full SCM > plugin? >

Re: ChangeLog parser without SCM

2012-04-01 Thread Martin d'Anjou
I maintaing a rogue Jenkins installation which has no access to the SCM. I build with a shell script that launches the job by ssh to another account on a remote host. At the end of the build, I rsync relevant files and make them artifacts, including a file containing the differences (diff -u) i

Re: ChangeLog parser without SCM

2012-04-01 Thread Andrew Melo
Could you make a local git mirror and trigger Jenkins off that? Andrew Melo Sent from my secret fortress. On Apr 1, 2012, at 15:07, Martin d'Anjou wrote: > I maintaing a rogue Jenkins installation which has no access to the SCM. > I build with a shell script that launches the job by

Re: ChangeLog parser without SCM

2012-04-01 Thread Martin d'Anjou
I really like your idea... I still need to ssh the execution and rsync the artifacts back, but Git would give me the changelog and the deltas between the files... this is something I need to ponder. It would give the team some exposure to git. Martin On 12-04-01 04:14 PM, Andrew Melo wrote:

Re: URLTrigger Plugins does not trigger

2012-04-01 Thread Grégory Boissinot
@nns URL Change Trigger plugin is deprecated. Please switch to URL Trigger. @Alexender Please test with latest version. If the problem persists, raise a bug report. On Thu, Jan 19, 2012 at 10:51 AM, nns wrote: > The same issue for me - looks like it is not working. > > From jenkins log: > -

Re: Order of Jenkins actions

2012-04-01 Thread Grégory Boissinot
PostBuildScript is designed to run in the last step, whatever the order of elements in the config.xml. On Mon, Jan 30, 2012 at 9:48 PM, Glfk4rt wrote: > I am trying to exercise a Post Build script after the Artifact Deployer. > To do this, I have re-ordered the events in two projects config.xml

Jenkins with iOS development

2012-04-01 Thread Sami Tikka
I've been reading stackoverflow.com and seen there are lots of people having problems with Jenkins in iOS development. This is because iOS apps have to be signed and the signing certificates and keys and whatnot are located in some user Keychain (a Mac OS specific native keystone.) When Jenkins is

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

2012-04-01 Thread Sami Tikka
Please provide more information. Can you manually git clone the same git repository you try to clone in the Jenkins job? Can you show us the full console log? Can you show us the full job configuration? Or at least the SCM part of it? -- Sami 2012/4/1 Torsten Zander : > Hi > > > When I strat t

AUTO: Andreas Schilling/Twt-Gmbh is out of the office. (Rückkehr am 11.04.2012)

2012-04-01 Thread Andreas Schilling
Ich bin bis 11.04.2012 abwesend. Bitte wenden Sie sich in dringenden Fällen an Ulf Zimmermann (ulf[dot]zimmermann[at]twt-gmbh[dot]de) oder telefonisch an das TWT Sekretariat Tel: +49-7158/1715-0. Hinweis: Dies ist eine automatische Antwort auf Ihre Nachricht  "Jenkins with iOS development" gese

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

2012-04-01 Thread Torsten Zander
Hi Sami, Thanks. Yes i can manually clone the repository. Here is the complete log: Building in workspace /var/lib/jenkins/jobs/mycode/workspace Checkout:workspace / /var/lib/jenkins/jobs/mycode/workspace - hudson.remoting.LocalChannel@6f5ae2 Using strategy: Default Checkout:workspace / /va

problems with 'mvn deploy wagon:upload' when invoked from jenkins

2012-04-01 Thread Sampath.Rajagopal
I have ftp configured using vsftp in linux x86_64 (vm) environment, running Red Hat Enterprise Linux Server release 6.2 (Santiago) POM.xml as follows - ftp-repository Repository ftp://192.123.456.78