Re: git commit hook executes job for a specific branch?

2014-01-20 Thread Lars Fischer
gin > can filter them and trigger jobs according to configuration. > > so, this is a bitbucket issue. > > > 2014/1/20 Lars Fischer >> >> Hello, >> >> I have a git repository (hosted on bitbucket) with multiple branches >> and would like to configure a

git commit hook executes job for a specific branch?

2014-01-20 Thread Lars Fischer
Hello, I have a git repository (hosted on bitbucket) with multiple branches and would like to configure a Jenkins with multiple jobs for this repository to only execute a specific job for a specific branch triggered by a POST commit hook. I played with the configuration, but until now, the hook t

Re: wrong Jenkins picture

2012-10-15 Thread Lars Fischer
Hello Chris, 2012/10/15 Christopher Orr : > According to the changelog at http://jenkins-ci.org/changelog > "In celebration of the release number '486', background image will be 80486 > for a week." > > So Mr Jenkins will be back in a week, it seems :) > Oh, I failed reading the changelog complet

wrong Jenkins picture

2012-10-15 Thread Lars Fischer
Hello, I upgraded to Jenkins version 1.486 and now I'm missing the friendly Jenkins picture at the bottom. All I see is a picture of an old 486 cpu... O_o What went wrong? Regards, Lars

Re: maven installation config gets lost

2012-09-26 Thread Lars Fischer
Hello, 2012/9/26 dimasla : > Exactly same problem, also in 1.483. > > On Tuesday, September 25, 2012 7:22:43 PM UTC+7, Lars Fischer wrote: >> >> I just recognized a problem with my Jenkins instance (version 1.483). >> >> After changing some other values on

maven installation config gets lost

2012-09-25 Thread Lars Fischer
Hello, I just recognized a problem with my Jenkins instance (version 1.483). After changing some other values on the system config page, the maven installation value was lost. Trying to configure a new maven installation, it looks like there is a problem storing this config value. Has some one e

Re: First Subversion checkout fails

2012-02-08 Thread Lars Fischer
Hello, 2012/2/6 Lars Fischer : > > after committing a change into a Subversion repository, I start a > Jenkins job, which includes a svn checkout. > > The first run of this job fails because svn is not able to perform the > checkout. (see [1]) > If I start this job again

First Subversion checkout fails

2012-02-06 Thread Lars Fischer
Hello, after committing a change into a Subversion repository, I start a Jenkins job, which includes a svn checkout. The first run of this job fails because svn is not able to perform the checkout. (see [1]) If I start this job again without any other svn operation, the svn checkout runs fine. T

Re: hide jobs and builds for anonymous visitors

2012-02-03 Thread Lars Fischer
Hello Ahmet, 2012/2/3 Ahmet Maruf Aytekin : > Yep. Check out this link: > https://wiki.jenkins-ci.org/display/JENKINS/Standard+Security+Setup thank you for your answer. But this is not using the FullControlOnceLoggedInAuthorizationStrategy displayed as "Logged-in users can do anything". I can n

hide jobs and builds for anonymous visitors

2012-02-03 Thread Lars Fischer
Hello, I would like to secure a public Jenkins instance using the FullControlOnceLoggedInAuthorizationStrategy. Is there a way to prevent unauthorized visitors seeing all jobs and builds? Regards, Lars