Re: Troubles with Jenkins pmd plugin

2014-07-11 Thread Rohith Acharya
On Tuesday, April 5, 2011 10:51:46 PM UTC+5:30, Ullrich Hafner wrote: > > I'm not sure if I understand: your file is a PMD configuration file, not > a results file. The PMD Jenkins plug-in can't read this file! This file > should be the input file for your build tool. > > You need to pass the r

Jenkins setup question

2014-07-11 Thread ctime800
I need a Jenkins setup advise: What I want to achieve is like this: * Jenkins master 1 has: * Jenkins slave 1 * Jenkins slave 2 * Jenkins slave n Each slave will have identical software so that I can run the build/deploy job on each and load balancing them. All good with this se

SSH Agent Plugin - UnsatisfiedLinkError

2014-07-11 Thread jieryn
I'm using Jenkins LTS 1.554.3, and SSH Agent Plugin 1.4.1. I am seeing UnsatisfiedLinkError during jobs which try to use an SSH agent. How do I resolve this issue? There are only instructions for MacOS on the plugin wiki page. https://gist.github.com/jieryn/5248b713599321f2d548 https://wiki.jenkin

Jenkins job - keep in queue

2014-07-11 Thread Jordan Spiker
Hi all, I have a system with a global "resource manager" which implements a locking mechanism for single access to a test fixture, comprised of a number of network-connected resources. There are many (40+) of these fixtures, and the resource manager implements a RESTful API for claiming/releas

Re: Jenkins: How to restrict ssh credentials use in slave node configuration

2014-07-11 Thread Stephen Connolly
and what is the domain specification in each credential domain? If the credentials are all scope System, then it is a bug in the plugin providing the credentials drop down if they show up in a job configuration screen. If the credential domains have a sufficiently restrictive domain specification

Error deploying war using AWS elasticbeastalk deployment plugin

2014-07-11 Thread Jagmeet Singh
I am trying to deploy the newly build artifact to AWS Elastic beanstalk using the AWS ElasticBeanstalk Deployment Plugin in the Post Build Step. But the build is getting failed with the following exception: java.lang.RuntimeException

Dynamic view on jenkins is not created

2014-07-11 Thread srinath0805
Hi Folks, I created Dynamic on my machine on M:\. In jenkins I'm using Base Clear Case given --> view tag as my --> view path as --> Get config spec from file: provided the file path --> In Advance: provided Additional mkview arguments as \\machine-name\views\product-name.

Re: Jenkins: How to restrict ssh credentials use in slave node configuration

2014-07-11 Thread martin flehmig
Thanks for your reply and help. We updated the credential plugin to version 1.15 like you suggested. Afterwards, we added a credential domain for each project and added a credential with scope 'system' to each domain. Nevertheless, user of project A can use the SSH credentials of slave node from p