Re: Build Flow and Build Blocker plugin

2013-04-19 Thread Pete Akey
Thanks. It looks like I need to upgrade my Jenkins installation before I can give it a shot. 1.489 is required and I'm running 1.480. On Apr 19, 2013, at 3:58 PM, Kevin Fleming (BLOOMBERG/ 731 LEXIN) wrote: > You may be able to do what you need using the Job Generator plugin, although > it

Re:Build Flow and Build Blocker plugin

2013-04-19 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
You may be able to do what you need using the Job Generator plugin, although it has some significant limitations. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Apr 19 2013 15:56:30 Here's what I'm trying to accomplish. I have a Buil

Build Flow and Build Blocker plugin

2013-04-19 Thread Pete Akey
Here's what I'm trying to accomplish. I have a Build Flow that takes a parameter of a server's IP address and starts a build flow. There are jobs in this build flow that can't run when other jobs in this build flow are running. In parallel, I want to kick off another build flow using a differe

Re: Quickly testing Jelly templates with email-ext?

2013-04-19 Thread Slide
Here you go. https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin#Email-extplugin-TestingTemplates slide On Fri, Apr 19, 2013 at 10:47 AM, Chris Withers wrote: > Where's the right place on the wiki to look for this? > > Chris > > > On 26/02/2013 18:07, Slide wrote: > >> As I said, the

Re: Quickly testing Jelly templates with email-ext?

2013-04-19 Thread Chris Withers
Where's the right place on the wiki to look for this? Chris On 26/02/2013 18:07, Slide wrote: As I said, the groovy script console can be used to do quite a bit of stuff, I'll try and do a write-up tonight and post to the wiki. On Tue, Feb 26, 2013 at 11:01 AM, Josh Unger mailto:joshung...@gm

Re: CVS client bugs

2013-04-19 Thread Robin Rosenberg
Finally got the netbeans source. Seems the jenkins version has been cleaned up so diffstat thinks /everything's/ different (-w option). 205 files changed, 7521 insertions(+), 9944 deletions(-) :( -- robin - Ursprungligt meddelande - > Hi, > > There are a number of opens CVS that caus

Re: No plugins available in Plugins manager in Jenkins 1.466.2 on Ubuntu Server 12.10

2013-04-19 Thread Caroline
A bit more info: An existing very similar set up on the same network is connecting fine to the server for a list of plugins This is all that's in the jenkins log under Manage Jenkins -> System Log: Apr 19, 2013 5:37:40 PM hudson.model.UpdateSite doPostBack SEVERE: Digest mismatch: hkkzbON9MWEhZ

No plugins available in Plugins manager in Jenkins 1.466.2 on Ubuntu Server 12.10

2013-04-19 Thread Caroline
Hi, I've put a fresh install of Jenkins (the default version found by sudo apt-get which has installed 1.466.2) onto a fresh install of Ubuntu 12.10 server. I've tried the following: - making sure it's got a path to java jdk - making sure it's got a path to maven - repeatedly trying refreshing

Re: Simplest way to guarantee job B runs after job A?

2013-04-19 Thread Jerry
Oh, one other constraint. Job B is parameterized and will need to get a parameter from job A. That's why I don't think something like the BuildResultTrigger plugin (https://wiki.jenkins-ci.org/display/JENKINS/BuildResultTrigger+Plugin) will work. On Friday, April 19, 2013 11:47:07 AM UTC-4,

Re: subversion changes are not trigerring automatic build

2013-04-19 Thread Kamal Ahmed
Chris, The option i have is downgrade to 1.28 , would that work ? I wonder if there is a jira issue for this. Thanks, -Kamal. > > From: Chris Selwyn >To: jenkinsci-users@googlegroups.com >Sent: Friday, April 19, 2013 7:04 AM >Subject: Re: subversion changes ar

Re: MSI testing in Virtual Machine via jenkins

2013-04-19 Thread Jerry
Hi, Vishal. I am working on exactly the same thing. To install the MSI and run tests, I suggest using pstools (http://technet.microsoft.com/en-us/sysinternals/bb896649.aspx), a suite that has several tools which allow you to run commands on a remote machine. psexec will be the most useful here.

Simplest way to guarantee job B runs after job A?

2013-04-19 Thread Jerry
I would like to guarantee that job B runs after job A terminates, for whatever reason (including timeout, manual cancellation of the job, etc.). I could use the Build Flow plugin to do this by creating a flow that runs job A and then job B, but there are actually going to be many "job A"s. Thus

Re: Cleanup after build timeout?

2013-04-19 Thread Jerry
Hi, Matthew. Did you ever get an answer for this question? I am interested in doing something similar, which is to guarantee that job B runs after job A terminates, for whatever reason (including timeout, manual cancellation of the job, etc.). One thing you might be able to use in your situatio

CVS client bugs

2013-04-19 Thread Robin Rosenberg
Hi, There are a number of opens CVS that cause headaches, like update not updating which is the most annoying. E.g. https://issues.jenkins-ci.org/browse/JENKINS-17383 Has anyone looked into that? I suspect that the cvs client Jenkins uses is perhaps not new enough. If I understand it correctl

Re: Jenkins Upgrade from v1.427 to the latest 1.511 via web console

2013-04-19 Thread Mark Waite
I suspect there will be an impact on the running slaves from that upgrade.   https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2013-01-04  discusses a security change which was made after 1.427, which I believe may affect your upgrade scenario.   https://issues.jenkins-ci.org/

Re: subversion changes are not trigerring automatic build

2013-04-19 Thread Chris Selwyn
We have found that, if a project uses an svn external to refer to a file, then changes in that file will not trigger a build when using 1.45 of the svn plugin. Downgrading to 1.44 solves that particular problem. Chris On 18/04/2013 20:17, Kamal Ahmed wrote: > I setup a Job with polling the SVN U

Re: Jenkins Upgrade from v1.427 to the latest 1.511 via web console

2013-04-19 Thread Manjunath D G
Will there would be any impact on the running slaves. my jenkins is running on ubuntu 10.4 Operating system. Regards, Manju On Friday, April 19, 2013 4:23:35 PM UTC+5:30, Manjunath D G wrote: > > Hi All, > Can anyone please suggest me it's good upgrade jenkins version from Jenkins > ver. 1.427

Jenkins Upgrade from v1.427 to the latest 1.511 via web console

2013-04-19 Thread Manjunath D G
Hi All, Can anyone please suggest me it's good upgrade jenkins version from Jenkins ver. 1.427 to jenkins ver.1.511? If yes what and all precautions need to be taken before upgrading the version via Web Console. Thanks and Regards, Manjunath -- You received this messa

Re: Starting job when SCM has a change and related job is successful

2013-04-19 Thread Ghoulem Atef
Hello, I solved this probleme using parametrized trigger plugin with a modification on sources as described on : https://issues.jenkins-ci.org/browse/JENKINS-10147 Thanks, Atef -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe fro

Re: Starting job when SCM has a change and related job is successful

2013-04-19 Thread krislodz
The topic is still unresolved for me. In a shorthand - would it be possible to start a job if there were changes in the source code and another (related) job was successful and do that periodically. The motivation behind is to have a UI tests running on different platforms (job1) and then a sin

Re: Running slave in a chroot

2013-04-19 Thread Stephen Connolly
Can you run a ssh-server in the chroot environment? or better yet, can you create a user on the build slave that is always logged in within the chroot environment? With the former you just connect to the chroot's ssh-server port. With the latter you just connect as the chroot'ed user On 18 April

People section is empty

2013-04-19 Thread homster
I have problem with jenkins "people" section being empty. When my project builds i can see who did latest commits etc. I even can click on the user and change his settigs like email etc. When i go to "people" tab i don't see anyone there. In my previous installation every thing was ok, this one

Re: Static Code Analysis for C# code

2013-04-19 Thread Vishal Gupta
Thanks for you reply! :) On Thursday, April 18, 2013 10:02:57 PM UTC+5:30, Tom D'Aurizio wrote: > > Check out Sonar. It's free, easy to set up, and uses industry standards > like fxcop, etc. The only thing we pay for is nCover (to calculate > coverage on unit tests) but that decision was made

Re: Triggering the build from Git tag

2013-04-19 Thread Vishal Gupta
Hi Jared, Do you have any solution for this ? Please let me know. Thanks in advance! On Thursday, April 18, 2013 9:12:18 PM UTC+5:30, Jared Griffith wrote: > > Ooh, I like this question. Is there? > > > On Thu, Apr 18, 2013 at 7:10 AM, Vishal Gupta > > > wrote: > >> I want to trigger the bu