Re: Automated installers testing

2015-08-31 Thread 'Pulkit Lall' via Jenkins Users
Thanks Mark On Monday, 31 August 2015 09:39:47 UTC+5:30, Mark Waite wrote: > > I think it is fair to expect you to use a search engine to find those > answers. There are plenty of examples of those tools and languages > recorded in search engines. I searched for "Ant JUnit task" and found >

Re: How to take care of a large Jenkins installation and still keep your sanity

2015-08-31 Thread Khai Do
Answers to your questions.. > When a repo needs testing, does it always go through the job generator > before going through the generated jobs every single time? > You can set it up to update jobs only when there are changes to the JJB definition files. For example we use puppet to monitor

Re: How to take care of a large Jenkins installation and still keep your sanity

2015-08-31 Thread milki milk
On Monday, August 31, 2015 at 9:11:54 AM UTC-7, Khai Do wrote: > > Answers to your questions.. > > >> When a repo needs testing, does it always go through the job generator >> before going through the generated jobs every single time? >> > > You can set it up to update jobs only when there are

Re: Grunt

2015-08-31 Thread Pat
I got it working. I had to add permissions to these directories: /usr/local /usr/lib/node_modules On Monday, August 31, 2015 at 9:41:35 AM UTC-4, Pat wrote: > > Hi > > I'm trying to get Grunt up and running with Jenkins by following this > article

Re: How to take care of a large Jenkins installation and still keep your sanity

2015-08-31 Thread Khai Do
Yes, your general assessment is correct. You can, but do NOT necessarily need to use the jenkins DSL plugin to generate jobs since JJB has it's own DSL. Not sure if 'out-of-band' mean separate executable, separate jenkins job definitions, or in repo vs out of repo. JJB does have an

Re: Ran lint on variant debug: 1 issues found

2015-08-31 Thread Thorsten Schöning
Guten Tag Kirshan Luhana, am Sonntag, 30. August 2015 um 21:25 schrieben Sie: > https://code.google.com/p/android/issues/detail?id=92789 Your solution is already mentioned there: The colon needs to be escaped. Though I don't think this is right, I use paths without escaped colon but with escaped

Unable to see Build History on job page

2015-08-31 Thread Eric Wood
Something odd is happening.  All of a sudden I can not see build history on any job page.  I have not updated the version of Jenkins. I have tried in both IE and Chrome, but cannot see the list.  I can go to the build "Trend" page and see the history there. I seem to be the other one having the

Re: How to take care of a large Jenkins installation and still keep your sanity

2015-08-31 Thread milki milk
On Monday, August 31, 2015 at 10:27:11 AM UTC-7, Khai Do wrote: > > Yes, your general assessment is correct. You can, but do NOT necessarily > need to use the jenkins DSL plugin to generate jobs since JJB has it's own > DSL. Not sure if 'out-of-band' mean separate executable, separate jenkins

Re: Unable to see Build History on job page

2015-08-31 Thread Eric Wood
Ok, I missed this one.  At some point I must have collapsed the build history b y selected the "-" minus sign next to it on the job page. My screen was compared to another user's screen and the minus vs. plus for build history was displayed.    On Monday, August 31, 2015 1:37 PM, Eric

NullPointer

2015-08-31 Thread Gilad Baruchian
I created this class package notifier; import hudson.Extension; import hudson.Launcher; import hudson.model.AbstractBuild; import hudson.model.AbstractProject; import hudson.model.BuildListener; import hudson.tasks.*; import net.sf.json.JSONObject; import

Re: Ran lint on variant debug: 1 issues found

2015-08-31 Thread Kirshan Luhana
Dear all Thank you very much for time and guide. How I solved is By opening Project in Android Studio , Android Studio altered local.property file with ## This file is automatically generated by Android Studio. # Do not modify this file -- YOUR CHANGES WILL BE ERASED! # # This file must

Re: NullPointer

2015-08-31 Thread Gilad Baruchian
here is the jelly : -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view

Re: How to take care of a large Jenkins installation and still keep your sanity

2015-08-31 Thread Khai Do
It depends on how you want to configure jjb to update your jobs. Again we use puppet to execute jjb to update. I've seen others use the same jenkins instance to update the jobs. I mean they setup a jenkins job on the jjb project itself that triggers on every change to the jjb definitions

[workflow-plugin] How to use Xvnc to run a step

2015-08-31 Thread Reginaldo Russinholi
Hi all, I'm new with workflow-plugin and I'm trying to run some webdriver tests, but I'm not able to make Xvnc work. I tryied to use this code generate by Snippet Generator, to use XvfbInstallation: tool name: 'default', type: 'org.jenkinsci.plugins.xvfb.XvfbInstallation' and also

Re: How to take care of a large Jenkins installation and still keep your sanity

2015-08-31 Thread Guenther, Marc(AWF)
Hi all, I think there has been a little bit of confusion here. 1. As described in my blog article, we are using Job-DSL-Plugin, not Jenkins Job Builder (JJB). Both try to solve similar problems (automatically generate jobs based on external descriptions) but there are two very important

Re: 3rd party packages version control

2015-08-31 Thread Richard Bywater
You might want to provide more details like what language and build system you are using otherwise it's quite hard to help. Richard On Tue, 1 Sep 2015 12:39 am Amit Bhardwaj wrote: > Hello Group !! > > I am in process of evaluation and implementing Jenkins and so far

Re: Running jobs in parallel using workflow

2015-08-31 Thread Baptiste Mathus
Did you enable in your test_job the option (approximate name) "allow concurrent build if necessary"? 2015-08-25 10:11 GMT+02:00 Ohad Basan : > Hello > > I am trying to use build flow plugin to run a specific job 5 times > concurrently and then wait for all of the jobs to

Dynamic AMI ID w/EC2 Plugin

2015-08-31 Thread Dan Tehranian
Hi there, I've been using the Amazon EC2 plugin to provision machines on-demand. It seems that the plugin only allows VM image IDs (AMI id) to be statically specified in the "Configure System" area of Jenkins' management GUI.

REST API Forbidden

2015-08-31 Thread Neil Hayes
I have Jenkins running on Windows, with Jenkins own database and security enabled, Roles based. Each developer has an application on their desktop where they can select a set of tests to run, all stored in TFS and SQL server, when they have chosen their required tests a C# COM aware dll is

Re: Matrix-based Security question

2015-08-31 Thread Ricardo García Fernández
Hi! If you are jenkins Administer you don't need anything else, you have full access. Regards, Ricardo. El jueves, 20 de agosto de 2015, 22:38:53 (UTC+2), Caolan Dix escribió: > > Really simple question I need a definite answer for. If checked for a user > or group, does the Administer

Bug with Build token root plugin

2015-08-31 Thread udomsak chundang
Hi Developer , I try to use plugin *build-token-root-plugin * with Parameterize it not work and show this error on log. I no idea to fixed it. looklike reflect ( reflection method fail ). class. This is my fault or Jenkin

Re: Ran lint on variant debug: 1 issues found

2015-08-31 Thread Christopher Orr
I see a few different problems here. This doesn't have anything to do with Jenkins, so a better place to ask would have been an Android mailing list, Stack Overflow, or the Android Tools (adt-dev) mailing list etc.. The error explanation says that all backslashes *and colons* need to be escaped,

Re: Is it possible to parameterize a Subversion "Repository URL" location in a Jenkins build job configuration?

2015-08-31 Thread Ricardo García Fernández
Hi! Using Parametrized trigger plugin with choice parameter to select a project inside (only string name). You have to include every module manually. And configure url using parameter name in SVN Repository properties: * http://jira/svn/JiraProject/${parameter_name}/trunk You can try to use to

How to keep ANT build script up to date?

2015-08-31 Thread Den P
Hello, I'm using Jenkins to build and test a large Java program. Jenkins and the ANT build script are working perfectly. Since different developers are still adding code and new classes to the program, the structure of the program is changing all the time. *Now here the question: * Is there

Grunt

2015-08-31 Thread Pat
Hi I'm trying to get Grunt up and running with Jenkins by following this article . I'm terribly new to Linux and I'm running into permission problems. I'm giving out read, write and execute permissions like candy to the "everyone" user to

3rd party packages version control

2015-08-31 Thread Amit Bhardwaj
Hello Group !! I am in process of evaluation and implementing Jenkins and so far successful in almost everything I intended. Here is an important task on which I need your expert opinions. Is there any way I can take care of 3rd party packages and list them with each build? Something like a list