Re: ECCN Number

2013-05-30 Thread Brad Knowles
On May 30, 2013, at 9:34 PM, Raj wrote: > To able to use this product in our enterprise , we need the ECCN number > specified for this. Most open source software projects haven't considered the issue of export control, since they just post the code on their site and they let people download i

Re: Two Jenkins Masters for same set of slaves

2013-05-30 Thread Scott Evans
Have more than one agent running on a slave machine, one for each master, and just make sure they're pointing to different work areas. You might end up with two builds at a time running on a given box if both masters give it a build at the same time. Scott On Thu, May 30, 2013 at 8:54 PM, Kamal

ECCN Number

2013-05-30 Thread Raj
Hi, To able to use this product in our enterprise , we need the ECCN number specified for this. -- 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-user

Two Jenkins Masters for same set of slaves

2013-05-30 Thread Kamal Ahmed
Is it possible to have two jenkins masters for same set of slaves, and when one master is out of service, the other one continues, like hot backup ? i think Cloudbees Jenkins Enterprise has HA support using active and stand-by Jenkins masters. but open source does not. Is there a poor man's worka

java.io.FileNotFoundException: http://download.sonatype.com/clm/ci/sonatype-clm-ci-2.8-update-center.json?

2013-05-30 Thread Kamal Ahmed
After installing Jenkins ver. 1.509.1 on centos 6.4 and trying to install sonatype plugin https://wiki.jenkins-ci.org/display/JENKINS/Sonatype+CI+Plugins seems not available java.io.FileNotFoundException: http://download.sonatype.com/clm/ci/sonatype-clm-ci-2.8-update-center.json?uctest at su

Re: Can I reduce delay at start of build?

2013-05-30 Thread Mark Waite
A few wild guesses (not based on code knowledge, just speculation): * If the repository on the slave is being wiped each time you build, it might save time to skip the wipe and only clean instead of wiping * If the repository on the slave has not had "git gc" run recently and it

Retrying on (git) checkout fail?

2013-05-30 Thread Andrew Melo
Hello, I've been getting more and more the error below [1], It appears for whatever reason my slaves aren't able to checkout from github. FWIW, I'm using the multi-SCM plugin with several git repos along with the local object directory. Is there some way to tell jenkins "if the checkout doesn't su

Can I reduce delay at start of build?

2013-05-30 Thread Andrew Coulton
Hi there, I have a Jenkins server (v1.5.10) set up to run builds on remote slaves. My build is starting to get bigger, and I'm trying to shave time off it to reduce the feedback loop. I've noticed that every build seems to have a delay of about 40 seconds at the beginning before it starts to c

Can I select a JDK at build time?

2013-05-30 Thread jsipher
I've configured two JDKs in Jenkins, and I can configure a job (Maven build) to use either of them. I'd like to be able to select the JDK to use at build time without having to change the job's configuration. In other words, I'd like to make the job a parameterized build where the JDK is the parame

Trigger Shell Script if Maven Fails

2013-05-30 Thread Jared Griffith
I was wondering if it's possible to trigger a shell script to execute in a job if the Maven build portion fails? -- Jared Griffith Linux Administrator, PICS Auditing, LLC P: (949) 936-4574 C: (909) 653-7814 17701 Cowan #140 | Irvine, CA | 92614 Join PICS on Linke

Re: Job migration

2013-05-30 Thread Adam PAPAI
rsync everything from machine A to B. :) It's the best approach. ppazos May 30, 2013 4:26 PM Hi, anyone can advise what is the best way to automate the migration of jobs from one jenkins instance to another?This is specially challenging when the jobs have dependencies o

trigger job via API

2013-05-30 Thread Louis Roché
Hi, I try to trigger a job via the api with a parameter. With curl, it works: curl -X POST "http://192.168.5.230:8080/job/Generate%20new%20reference%20files/build?token=toto"; --data 'json={"parameter":[{"name":"exchange_revision","value":"superargument"}]}' But I want to do it from javascr

Trigger job via API

2013-05-30 Thread Louis Roché
Hi. I try to trigger a job with a parameter via -- 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. For more options,

Perl Script to Set Build Description

2013-05-30 Thread David Weintraub
I have a simple Perl script that allows us to set the build description when we use the Promoted Build Plugin. For example, when a build is promoted to a testing environment, I can add a description to the build: jdescribe.pl -description "Deployed to QA-5 env" This could be used remotely

Looking for JMeter users

2013-05-30 Thread Ophir Prusak
Hi all, I'm looking for JMeter users to help test our Jenkins plugin that let's you run your JMeter scripts in the cloud within Jenkins. I work for BlazeMeter - we're basically JMeter as a service on steroids (real time graphs, CI and APM integrations, etc) We need some feedback regarding the s

Application configuration management in Jenkins

2013-05-30 Thread ppazos
What and where is the best way and location to store application specific configuration (governed by a Jenkins job) if ConfigFile plugin is not an option? Data must be secured, editable and not visible to anonymous or viewer Jenkins users -- You received this message because you are subscribed

Job migration

2013-05-30 Thread ppazos
Hi, anyone can advise what is the best way to automate the migration of jobs from one jenkins instance to another? This is specially challenging when the jobs have dependencies on plugins and other resources not available in the destination instance P. -- You received this message because you

Duplicate test in JUnit XML breaks test result links

2013-05-30 Thread bl0ck3r
The second link in the "All Failed Tests" table breaks when this JUnit XML is used, is it a bug? XML: failed with seed value of 123 failed with seed value of 456 It looks like the problem is that although Jenkins is able to link to the test results themselves, it does no

Updating svn repo with git subdirs

2013-05-30 Thread JR Cary
I have an svn repo with many svn externals. Occasionally I have some git subdirs. Is there a way to tell jenkins on the master to update those as well, save their hash, and then use that to update the git subdirs on slaves to the same place? Thx.John -- You received this message because yo

Re: Finding unused plugins

2013-05-30 Thread Eric Pyle
I've done this in a rather crude way by looking for the signature of the plugin in the job's config.xml. If you want to find what to look for in the config file, you can add the plugin to a job that doesn't have it, having saved a copy of config.xml before the plugin was added, and compare with

Mercurial plugin - clean does not clean subrepository

2013-05-30 Thread zakyn
Hello, When I user the clean build feature above the hg repository with the hg subrepository, the sub repository is not clean - basically it only updates the source code but it does not delete the files which were created during the previous build. Could you please help me? Do you have any e

Re: net.sf.json.JSONException: JSONObject["recipientlist_recipients"] not found.

2013-05-30 Thread Slide
Can you look if there are any errors logged in the Jenkins log files? On Thu, May 30, 2013 at 3:37 AM, Kamal Ahmed wrote: > There WAS a problem with page rendering when i pressed apply. > > > -- > *From:* Slide > *To:* "jenkinsci-users@googlegroups.com" > > *Sent

Re: cvs - invalid private key

2013-05-30 Thread Stijn
Hi, I tried to convert to openSSH key format, but puttygen disables the menu choice ">conversions>export openSSH key". Any idea? I'm quite sure Jenkins is pointing to the right ssh key. KR, Stijn. On Wednesday, May 29, 2013 6:33:31 PM UTC+2, Stijn wrote: > > Hi, > > I try to use cvs with j

Javadoc plugin throwing exception 500

2013-05-30 Thread Kamal Ahmed
How do i remove this plugin, or resolve the issue: Jenkins 1.509.1 javadoc 1.1 and 1.0 give the same exception Status Code: 500Exception: org.apache.commons.jelly.JellyTagException: jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-1.509.1.jar!/hudson/PluginManager/installed.jelly:67:55

Re: Maven releases and Release plugin...

2013-05-30 Thread teilo
There is a plan but no time as yet. On Wednesday, 29 May 2013 22:31:53 UTC+1, Jeff Vincent wrote: > > Is there a plan to integrate it? > > > On Wed, May 29, 2013 at 3:19 PM, teilo >wrote: > >> Hi Jeff, >> >> This functionality is not yet available in the m2release plugin. >> >> /James >> >> --

Jenkins Slow to browser response, Status Code: 500Exception: java.lang.NullPointerExceptionStacktrace

2013-05-30 Thread Kamal Ahmed
I am running jenkins on Centos 6.4 and trying to access it from Firefox 20.0 on ubuntu 12.04 and every time i click a button, ( Any button ) it responds after 1.5 minutes or so. i turned firebug on, and saw the following error: I am using Jenkins Jenkins ver. 1.509.1, and vfabric plugin version

Re: net.sf.json.JSONException: JSONObject["recipientlist_recipients"] not found.

2013-05-30 Thread Kamal Ahmed
There WAS a problem with page rendering when i pressed apply. > > From: Slide >To: "jenkinsci-users@googlegroups.com" >Sent: Wednesday, May 29, 2013 4:53 PM >Subject: Re: net.sf.json.JSONException: JSONObject["recipientlist_recipients"] >not found. > > > >W