how to add many jobs in jenkins for all projects at once

2015-04-15 Thread Mahdaoui Charifa
Hi , please we have at the moment a lot of projects to add in jenkins, i ask if there is a script or any trick on jenkins that can allow us to do it ? thank s in advance -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe

Re: Extending the GitClient plugin

2015-04-15 Thread Mark Waite
Those seem like reasonable things to add to the git client plugin. Forcing no fast-forward merge was added by https://github.com/jenkinsci/git-client-plugin/pull/159. You can see the code at

Re: Adding a build trigger does add upstream project

2015-04-15 Thread Sverre Moe
Yes, that did the trick. As an end notice. Using only project.save(), it took aprox. 20 minutes before the project main page to show the upstream project. onsdag 15. april 2015 13.33.51 UTC+2 skrev Jesse Glick følgende: On Wed, Apr 15, 2015 at 2:54 AM, Sverre Moe sverr...@gmail.com

Trigger promotions from another job

2015-04-15 Thread Varal
Hey everyone, For the past 2 days I've been struggling with the following issue: I have a few jobs whose builds are promoted to Latest when certain requirements are met. Once a night I would like to run a Promote_to_nightly job which runs regression, coverity and other tests against these

Re: FilePath act fails with an exception

2015-04-15 Thread Jesse Glick
On Tue, Mar 24, 2015 at 1:29 PM, Ulli Hafner ullrich.haf...@gmail.com wrote: You need to implement the new method checkRoles. No, you do not. You just need to use MasterToSlaveFileCallable. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group.

Unit Tests over general configuration

2015-04-15 Thread Joao Pereira
Hello I am developing a plugin for Jenkins, and I have some configuration that i need to put in the general configuration of Jenkins. Is there any way to do some Unit Tests to check that the configuration part is correct? Something similar to a roundtrip tests but for system configuration? BR

Request hosting for amazon-ecs-plugin

2015-04-15 Thread Phu Nguyen Anh
Hi, I've made a plugin for dynamically provision a slave on Amazon ECS, could I host it on jenkins? My information: - Github plugin name: amazon-ecs-plugin - Personal Github ID: phuna - Github repository: https://github.com/phuna/amazon-ecs-plugin The plugin is still simple but works (per my

Re: Adding a build trigger does add upstream project

2015-04-15 Thread Sverre Moe
Did not work with project.save() Adding the trigger does add the project to the list in Build after other projects are built, but that is all. The project is not shown as a upstream project. tirsdag 14. april 2015 18.47.05 UTC+2 skrev Jesse Glick følgende: On Tue, Apr 14, 2015 at 12:38 PM,

Re: Hosting Request BehaveHTMLResults plugin

2015-04-15 Thread Chaitanya Channella
Bump On Wednesday, February 25, 2015 at 12:51:21 PM UTC+1, Chaitanya Channella wrote: Hi, I have created a plugin to display Behave Test results, details below Plugin name: Behave HTML Results Github id:ChaitanyaChannella Github url:

Re: Hosting Request BehaveHTMLResults plugin

2015-04-15 Thread domi
What makes this plugin different from https://wiki.jenkins-ci.org/display/JENKINS/Cucumber+Test+Result+Plugin ? /Domi On 15 Apr 2015, at 09:58, Chaitanya Channella channel...@gmail.com wrote: Bump On Wednesday, February 25, 2015 at 12:51:21 PM UTC+1, Chaitanya Channella wrote: Hi, I

Re: gerrit-trigger-plugin - Add option to abort if upstream job fails

2015-04-15 Thread Rebeka Burnett
Thank you for your reply, Robert! I might be able to get some help from Øyvind to try this out If you were to get inspired though, I would be more than happy to help with testing it :-) On Tuesday, April 14, 2015 at 3:22:41 PM UTC+2, Robert Sandell wrote: I don't think that would be hard

XML data in Text/String Parameter Causing Build Failure

2015-04-15 Thread shruthi ganesh
Hi All, I have parameterized build job, in which one of the build parameter takes xml data and also I have some build commands that has been invoked from Windows Batch command plugin. When I trigger a build providing some xml data as parameter, build goes fine. But with large xml data as build

Extending the GitClient plugin

2015-04-15 Thread Mads Nielsen
Hey Everyone, We're in the proces of creating enhancement for our plugin (Git Pretested Integration), so that we can use the Credentials API when doing operations in Git. Since our plugin depends on the Git Plugin we can use the Git Plugin to create the Git Client for us. But in order to

java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer while connecting to Testopia via Jenkins

2015-04-15 Thread Shilpa Ks
Hi All, I am getting java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer​ exception while I am executing my project from jenkins ,which tries to update the testrun status in Testopia, below is the completed log.. ... Kindly help.. Building in workspace

Re: java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer while connecting to Testopia via Jenkins

2015-04-15 Thread Ullrich Hafner
Please use the issue tracker for reporting bugs. Am 15.04.2015 um 13:16 schrieb Shilpa Ks ksshilp...@gmail.com: Hi All, I am getting java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer​ exception while I am executing my project from jenkins ,which tries to

Re: Adding a build trigger does add upstream project

2015-04-15 Thread Jesse Glick
On Wed, Apr 15, 2015 at 2:54 AM, Sverre Moe sverre@gmail.com wrote: Did not work with project.save() Try: Jenkins.getInstance().rebuildDependencyGraph() -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group