Learn Jmeter through online live classes

2013-12-30 Thread Eduparrot
Hi Friends, A Very warm Happy New Year to all in Advance. We are going to teach Jmeter through online live class from 4Th Jan 2014. It will be 30 hrs classes. Please message me if you have any query. Please find details in below link. Please mail me ad...@eduparrot.com for 50% discount. http

Re: how to install Jenkins Slave on Windows

2013-12-30 Thread Curtis Kline
As mentioned, you can set up your slave to be used for jobs that are tied to it, like this: http://note.io/JqdVvr If you do that, then you'll need to assign your Jenkins jobs to that salve, like so: http://note.io/1ajHyF2 Alternatively, you can configure the slave to be "utilized as much as poss

Re: newbie: how to orchestrate complex build pipeline

2013-12-30 Thread Coinbase Support
Type your response ABOVE THIS LINE to reply Coinbase | Dec 30, 2013 01:42PM PST Thank you for contacting Coinbase Support! Unfortunately, we are experiencing a tremendous volume of sup

Re: Job trigger for changes only on certain git repo folders

2013-12-30 Thread Mark Waite
Your case is a little more complicated than the Jenkins Git plugin can handle directly, but I think you may be able to implement what you want with "included regions" and with a separate "job creator" job that creates (and deletes?) "worker jobs" based on the directory structure of your source code

Re: Need help/guidance on jenkins/plot plugin setup and configure

2013-12-30 Thread Mark Waite
Jenkins has built-in support to read the results of JUnit tests from JUnit XML result files, and displays those results. Many tools are able to write JUnit XML test result files (Java unit test libraries, C++ unit test libraries, Ruby unit test libraries, Python unit test libraries, etc.) If you

'Coinbase Support' spamming list

2013-12-30 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Looks like a list maintainer needs to unsubscribe this company, someone has subscribed an automated mailbox that is responding to the list. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Dec 30 2013 13:40:57

Re: Jenkins and Git Hub Service Hook Failure

2013-12-30 Thread Coinbase Support
Type your response ABOVE THIS LINE to reply Coinbase | Dec 30, 2013 10:40AM PST Thank you for contacting Coinbase Support! Unfortunately, we are experiencing a tremendous volume of sup

Re: Jenkins vs. EBCDIC

2013-12-30 Thread wwwild . walsh
I see a similar issue; I can't get as far as getting the commands from Jenkins to run on z/OS. That is I see errors like this: [zOS unit tests] $ /bin/sh -xe /tmp/hudson4437459291454251752.sh + Ž ÍËÊ %?Ä/% ÂÑ + 1> ¢Á 1> ,Ñ 1> Ë^Í 1> ÑÈÈÁËÈË ËÇ Ž ÍËÊ %?Ä/% ÂÑ: /tmp/hudson4437459291454251752.s

RE: Copy artifact plugin: incorrect project name or permission settings

2013-12-30 Thread Bob Bick
The problem was discovered... Someone deleted the project name from the job configuration. The problem is: Should have had something like: myproject Bob From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Bob Bick Sent: Monday, December 30, 2013 11

Copy artifact plugin: incorrect project name or permission settings

2013-12-30 Thread Bob Bick
Hi, Background A downstream Jenkins job copies a build artifact from an upstream job using: target true The upstream job that triggered the downstream job has a build artifact associated with it. Problem The downstream job is getting this error: Un

Re: Need help/guidance on jenkins/plot plugin setup and configure

2013-12-30 Thread Coinbase Support
Type your response ABOVE THIS LINE to reply Coinbase | Dec 30, 2013 07:53AM PST Thank you for contacting Coinbase Support! Unfortunately, we are experiencing a tremendous volume of sup

Re: Job trigger for changes only on certain git repo folders

2013-12-30 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
The Git SCM plugin for Jenkins already supports this sort of thing, via inclusion and exclusion ranges (which are paths that are matched to decide whether the project should be triggered or not). - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups

Re: Groovy createUpdated question

2013-12-30 Thread Eric Pyle
I did find a solution, though not an explanation of why my original code didn't work. After viewing the source code for createUpdated, I wrote Groovy code to perform the same steps. Here's my working function to update the Jenkins parameters for a job while it is running. Existing parameters wi

Re: Git Publisher Error

2013-12-30 Thread nicolas de loof
This has been fixed in master branch. Git plugin now set remote.url in working copy Le 17 déc. 2013 16:51, "Slide" a écrit : > I recently upgraded my Git plugin and have started getting the following > error: > > > Pushing tag DB2013-12-17_05-35-37 to repo origin > ERROR: Failed to push tag DB201

Re: Job trigger for changes only on certain git repo folders

2013-12-30 Thread starwarsfan
Hi all together Am Dienstag, 17. Dezember 2013 20:25:02 UTC+1 schrieb starwarsfan: > > I need to setup a lot of jenkins jobs, which should be triggered if > something changed on certain folders on a git repository. Let's say there > ist the following structure: > > repo > - projectA > - ...