Re: Order of Jenkins actions

2012-04-03 Thread Jan Seidel
Hi Rodney, well the name is programmtic XD You can simply trigger a downstream build that makes the final action you'd like to see after the artifact deployer. Take care Jan On 1 Apr., 23:26, Grégory Boissinot gregory.boissi...@gmail.com wrote: PostBuildScript is designed to run in the last

Re: Master/Slave security

2012-04-03 Thread Jan Seidel
Word! Sami I use Jenkins also for administrative jobs like rebooting the machine, restarting the services, opening the task manager or checking with WMI the disk space but you could of course also do more exciting things here ;) Some jobs like opening the task manager or rebooting the machine

Jenkins Git/GitHub plugin builds random branches

2012-04-03 Thread seanh
Hey, this has happened to me twice on two different Ubuntu 10.04 servers running a fresh install of Jenkins 1.457. I install the Git and GitHub plugins and configure my new Jenkins job to build when it receives a push notification from GitHub. In the job config I leave Branches to build - Branch

Re: Jenkins Git/GitHub plugin builds random branches

2012-04-03 Thread Wannes Sels
Your theory is correct. The git-plugin will list every branch revision, filter out non-top revision (branches that are fully merged in another branch) and then build them one by one, oldest commit first. Once you've built all there is to build, only changes will build. Maybe you could consider

Re: Plugins are not updating

2012-04-03 Thread طلال Anthony رابعة
Good morning! Doesn't seem to be fixed. I tried updating the CVS Plugin from 1.6 to 2.2 and the Translation Assistance Plugin from 1.8 to 1.9. Both registered as upgraded but it wasn't reflected on restart. Cheers! Anthony On 2012-04-03, at 3:07 AM, miktap wrote: I think the issue is

Can't get email-ext plugin to work

2012-04-03 Thread Neil Bird
I have Jenkins 1.457 (Linux) and Email Extension Plugin 2.19 . I've ticked (and set) “Use List-ID Email Header” and “Add 'Precedence: bulk' Email Header” in the main Jenkins config. (but not “Override Global Settings”. In a number of projects I've then ticked “Editable Email

Re: Can't get email-ext plugin to work

2012-04-03 Thread Slide
Please give us a bit more information. What are you expecting? What are you getting instead? Screenshots of your setup will help as well. Thanks, slide On Tue, Apr 3, 2012 at 8:55 AM, Neil Bird n...@fnxweb.com wrote:  I have Jenkins 1.457 (Linux) and Email Extension Plugin 2.19 .  I've

Settings envrionment variables for Slave

2012-04-03 Thread Anton Zavrin
Hello, I’ve been struggling making my ssh slave to read custom variables. Here is connection log for the slave: https://gist.github.com/2228374 variables are set in /etc/profile in .bash_profile; .profile .bashrc Pretty much everywhere for jenkins user. As well as in node

Maven Release plugin problem...

2012-04-03 Thread Jeff
We have a few jobs now building regularly and now I want to release them. I installed the release plugin which when enabled, gives me a Perform Maven Release link on the job summary page. I went into the job config and selected Preselect 'specify SCM login/password option. When I click the

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

Re: git repository clone once

2012-04-03 Thread Albert Callarisa
Any update with this? I solved temporarilly this issue just creating one folder with the project code and all the configurations are a sym link to that folder, so all of them will find code in their workspace. I would prefer something in jenkins but I couldn't find how. The ref works but clones

Build fails with maven site

2012-04-03 Thread Richard Frovarp
All of a sudden my builds have started to fail. I've tracked it down to the site goal being in build. If I move the goal to Post Steps, it works just fine. I get an error, but it isn't at all useful. This happens with Maven 2.2.1, 3.0.3, and 3.0.4. It just started today, builds from yesterday are