Link squish with jenkins

2014-11-14 Thread valentin Dujardin
Hello, I'm trying actually to link Squish with Jenkins, I use a slave agent using Java Web Start (JNLP), but when run a built, I have this error : I've no idea to resolve it. Thxs for your help. --- ERROR -- D

RE: P4 plugin jenkins issue

2014-11-14 Thread david.doughty
Russ, It would appear that the problem has cleared; I’m now able to create a template workspace, and then run the p4plugin via Jenkins on any node. It looks like my “hacking” of p4ce workspaces was to blame….. Thanks again dD From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@goo

RE: multi-scm plugin and wanting only some repos to trigger builds

2014-11-14 Thread Rob Mandeville
I don't think that the SCM trigger has the functionality you seek, but I could be wrong. Consider a trigger job. Write a job that only polls the one SCM that you want to "watch", and has one task: trigger the multi-SCM job. --Rob -Original Message- From: jenkinsci-users@googlegroups.c

multi-scm plugin and wanting only some repos to trigger builds

2014-11-14 Thread Chris Withers
Hello, So, we have a number of jobs that use the Multi-SCM plugin, we want the build to trigger only when one of the 2 repos configured has changes. How can we achieve that? Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.

Re: Setting ProjectMatrixAuthorizationStrategy using Groovy

2014-11-14 Thread Arnaud Héritier
Hi, AFAIK you cannot build ProjectMatrixAuthorizationStrategy with the map of permissions. You have to use the add method. I did something similar which is working for a GlobalMatrixAuthorizationStrategy : def authorizationStrategy = new GlobalMatrixAuthorizationStrategy() ALL_PERMISSIONS.each