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

2014-01-20 Thread Lars Fischer
Hello Nicolas, thank you for this hint. I will contact bitbucket. Regards, Lars 2014/1/20 nicolas de loof : > bitbucket jenkins hook only trigger a build, without any consideration for > the branch being build. > github hook pass git-plugin data on the incoming commit, so the git-plugin > can fi

Automating Publish-Over-SSH Host Configuration

2014-01-20 Thread Richard Bywater
Hi We've got a requirement to be able to automate the creation of Host Configurations for the Publish-Over-SSH plugin. I'm wondering if anyone has any pointers/tips/documentation on doing so as so far I haven't had much success in working out how to configure Jenkins system-type configuration in

Re: "wipe out current workspace" via REST API?

2014-01-20 Thread Craig Rodrigues
Hi, Thanks, that worked great! After you mentioned this, I realized that I could look at the source code to the Jenkins web page to find functions like "doWipeOutWorkspace". Are functions like this documented somewhere in the Jenkins docs online? -- Craig On Mon, Jan 20, 2014 at 11:17 AM, Danie

Limiting builds by SVN path

2014-01-20 Thread Maureen Barger
We just implemented security in our jenx installation. Our users are getting around not being able to run certain jobs by modifying those they do have access to and pointing them to the different repos they need and doing it that way. Besides limiting the ability to change job configuration, is th

Re: Semaphore system for matrix jobs

2014-01-20 Thread Benjamin Lau
I've always managed this by limiting the executors on the host where I run the tests... but I'm suspecting you have a set up where each of the VMs has its own computer/node entry in Jenkins so you have one executor for each. You might be able to work around this by setting up one of your systems a

Semaphore system for matrix jobs

2014-01-20 Thread thorsten . meinl
Hi all, We have a product that we are currently testing on six different operating systems. Our test jobs is a matrix job that runs on six different slaves (one for each OS). However, the slaves are virtual machines on a single host computer. It has enough RAM and disk space for even more VMs,

Re: "wipe out current workspace" via REST API?

2014-01-20 Thread Daniel Beck
What's wrong with /job/jobname/doWipeOutWorkspace ? On 20.01.2014, at 19:48, Craig Rodrigues wrote: > Hi, > > Is it possible to trigger "wipe out current workspace" > from the REST API? I didn't see an obvious way to do it > after reading https://wiki.jenkins-ci.org/display/JENKINS/Remote+acce

"wipe out current workspace" via REST API?

2014-01-20 Thread Craig Rodrigues
Hi, Is it possible to trigger "wipe out current workspace" from the REST API? I didn't see an obvious way to do it after reading https://wiki.jenkins-ci.org/display/JENKINS/Remote+access+API Thanks. -- Craig -- You received this message because you are subscribed to the Google Groups "Jenkins

Fwd: Urgent Opening for PL/SQL Developer Role at Location Hartford CT

2014-01-20 Thread ankit rane
Hi, Do quick response at ank...@eruditionweb.com, Please review the below details and let me know if you are interested, Position : PL/SQL Developer Location : Hartford CT Duration : 3 Months Start Date : Possibly Feb 1st 1. P

Report selenium test in testlink

2014-01-20 Thread nicolas herbreteau
Hi, i try to run some selenium test and put results in TestLink but it doesn't work and I don't have any error. _ genConf: - jenkins : 1.547 - testlink : 1.9.9 - plugginTestlink : 3.10 _ TestLinkConf: - TestPro

Re: Push git tag as promoted action fails

2014-01-20 Thread Julian
I'm facing the same problem with Jenkins v1.547 and the Promoted Builds v2.14. As there is no detailed log output to provide further information I'm wondering if someone else already has a working setup? -- You received this message because you are subscribed to the Google Groups "Jenkins Use

Re: I'm getting OutOfMemoryError (Jenkins 1.546 with slave nodes)

2014-01-20 Thread ddumont
Apparently the max heap was much smaller than I thought. I'm monitoring the heap usage now to make sure that I'm leak safe. On Wednesday, January 15, 2014 1:35:49 PM UTC-5, ddu...@us.ibm.com wrote: > > Got a heap dump... also previously opened this issue which may be related: > https://issues.j

RE: Build Flow - abort all the subjobs when the Main Job is aborted

2014-01-20 Thread James Nord (jnord)
The plugin is a flywieght task, and its use is that just to co-ordingate other jobs. Because of this the “build flow” job won’t have a workspace allocated to it, the jobs it triggers will behave exactly as they normally would, This changed post 0.10 so if you have a 0.10 job and use its worksp

Re: Build Flow - abort all the subjobs when the Main Job is aborted

2014-01-20 Thread Roberto González
what do you mean with the removal of the workspace? My main job needs a workspace (i know that the build flow doesnt have it) to copy the artifacts (generated by the subjobs). The workspace folder is not created anymore with the lastest version of the plugin? El lunes, 20 de enero de 2014 11:33

Re: jenkins cli giving an error

2014-01-20 Thread Jon
HI Yes we have both the steps in the build. a review parameter and notify reviewboard as well On Sunday, January 19, 2014 3:51:08 AM UTC+5:30, Yardena wrote: > > Hi Jon, > > Is it possible that you have a "notify reviewboard" step in the build, but > do not have "a review parameter"? > > HTH, >

RE: Build Flow - abort all the subjobs when the Main Job is aborted

2014-01-20 Thread James Nord (jnord)
The version in git is stable – (if you can live with the removal of the workspace) (which is a feature) then go with latest. I’ve been running it in production for a fair while without any issues. /James From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf O

Re: jenkins cli giving an error

2014-01-20 Thread Jon
Hi , yes we have both the build steps in the build. 1) review parameter 2) notify reviewboard one more point when i am trying build with jenkins cli with patch parameter as a plugin (patch file as a parameter) i am getting below eror: Applying a patch

Build Flow - abort all the subjobs when the Main Job is aborted

2014-01-20 Thread Roberto González
Hi. Im using the Build Flow plugin to make an dinamic flow of subjobs (that can run X subjobs given by param). If the main job runs 200 subjobs, and the user aborts the parent job, all the subjobs are still running or in queue, so the user must abort them one by one. How can i propagate the ab

Re: ssh-agent : FATAL: Could not find a suitable ssh-agent provider

2014-01-20 Thread Stephen Connolly
you most likely will have to set up the Apache Tomcat Native libraries on the build slave. see the plugin's wiki page for more details. On 20 January 2014 09:07, Kevin Zhou wrote: > I got stuck on setup ssh access in jenkins, I have ssh-agent plugin > inst

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

2014-01-20 Thread nicolas de loof
bitbucket jenkins hook only trigger a build, without any consideration for the branch being build. github hook pass git-plugin data on the incoming commit, so the git-plugin can filter them and trigger jobs according to configuration. so, this is a bitbucket issue. 2014/1/20 Lars Fischer > Hel

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

ssh-agent : FATAL: Could not find a suitable ssh-agent provider

2014-01-20 Thread Kevin Zhou
I got stuck on setup ssh access in jenkins, I have ssh-agent plugin installed. And got following in the log : I am running with : CentOS release 6.3 Jenkins ver. 1.547 SSH Agent Plugin 1.4.1