Re: Regarding Email Notification while trigger another job

2012-07-18 Thread Varghese Renny
How can i done fingerprinting? Whether i only needed to put $SCRIPT tag in the content box of recipient in second job which has been triggered by first? Please share me a link which provide information regarding this? Thanks in Advance Varghese

Re: Sherry's HotList

2012-07-18 Thread Kohsuke Kawaguchi
My apologies for a delay in action, but the submitter is banned and the posts deleted in Google Groups. On Tuesday, July 17, 2012 1:27:44 AM UTC-7, Andrew Melo wrote: > > This is a list for people wanting support for a specific product. Barring > that, the targeted positions don't really line up

DevOps book, call for contribution: team building -- We want your story!

2012-07-18 Thread Michael Hüttermann
Hello fellows, one chapter of my upcoming "DevOps for Developers" book covers team building. I'm looking for success stories how you've set up a team of devs and ops, how the team grew together, how the team collaborate successfully, how you've aligned incentives of devs and ops, how you've addres

Re: Checkout the code from two repository without cleaning local directory

2012-07-18 Thread Sami Tikka
Try one of these: https://wiki.jenkins-ci.org/display/JENKINS/Multiple+SCMs+Plugin https://wiki.jenkins-ci.org/display/JENKINS/ScriptTrigger+Plugin Maybe it would be best if you reconsidered your repository structure or set up a separate job that builds your modules repository and makes the modu

Re: Jenkins slow after a few days and throwing exceptions all the time

2012-07-18 Thread Sami Tikka
2 GB is really not that much memory for Jenkins that does any real amount of work. At work I have seen Jenkins sometimes use almost 6 GB of memory! You could connect jconsole to the jvm and check the status of the various memory pools. Also check what the jvm is doing? Is it busy cpuwise? How m

Re: Checkout from two repository using jenkins

2012-07-18 Thread Jan Seidel
Renny, consider next time to post something into your old thread to bring it back to top instead of creating a new thread with exactly the same content. You won't get more help by spamming rather the contrary ;) You will in most cases get an answer if the people have something to say. Check the

xcode-select before Xcode build step doesn't seem to work

2012-07-18 Thread DJ Schwartz
I've got a new Jenkins server going and I'm trying to build 2 different projects. One requires Xcode4.5DP2, the other wants good old 4.3. I've added a shell command to execute before my Xcode build step, but it doesn't seem to do anything. This is my console output: + sudo xcode-select -sw

Re: Jenkins slow after a few days and throwing exceptions all the time

2012-07-18 Thread Jan Seidel
Hi Jürgen, have you taken a look at D:\Programme\Jenkins\.\jobs\CI_DOPE_0102_Compile\builds\2012-06-29_15-33-05\changelog.xml ? Did you compare it with a changelog.xml of a previous build? Maybe it is corrupt and creates some bogus effect. Is the log alway complaining about the same build log

Re: Checkout the code from two repository without cleaning local directory

2012-07-18 Thread Jan Seidel
Ok, I am just dropping some creativity to the thread. Don't expect this to be thought to rock bottom. Considering 2 repositories are in use. First thought - I have to admit it is somewhat coarse - 2 jobs each polling its own repository. The jobs have a parametrized build trigger with a predeif

Re: TestNG plugin - no results displayed

2012-07-18 Thread Sami Tikka
http://en.wikipedia.org/wiki/Network_Time_Protocol is a popular and easy way to keep the clocks in sync in your servers (and workstations.) Install ntpd and configure it to sync with the ntp server of your organization. If you do not have professional IT staff, you can find an ntp server at htt

Re: Regarding Email Notification while trigger another job

2012-07-18 Thread Slide
This only works if there is fingerprinting being done between the two jobs. If you are using the email-ext plugin, you can pretty easily do this with the $SCRIPT content tag inside the recipients box and then have it execute a groovy script to look at the upstream causes. There is info on how to do

Re: Regarding Email Notification while trigger another job

2012-07-18 Thread Sami Tikka
At least in the past it was possible to enable Jenkins to carry this information to downstream jobs by setting a system property hudson.upstreamCulprits to true. More information at https://wiki.jenkins-ci.org/display/JENKINS/Features+controlled+by+system+properties -- Sami Varghese Renny kir

Re: Access is Denied - with CMAKE

2012-07-18 Thread Sami Tikka
So, what happens if you try to execute "C:\CMake28\bin -version" in a command prompt? Does it work? Does it work if you try it from a command prompt running as the jenkins user? Isn't "bin" a funny name for an executable? I remember when names of Windows executables used to end in ".exe", but m

Re: Xcode Plugin Issues

2012-07-18 Thread Sami Tikka
Please provide more information. What error does Xcode plugin print? (Funny, I wasn't even aware Xcode plugin reads pre-processor directives...) Or maybe you mean Xcode? (I don't know how you could run Xcode plugin from the command line...) It working in Terminal and now working in Jenkins must

Re: All Matrix Jobs missing after upgrade to 1.473 !!

2012-07-18 Thread xipmox
On Wednesday, July 18, 2012 7:54:55 PM UTC+10, Stephen Connolly wrote: > > https://wiki.jenkins-ci.org/display/JENKINS/Release+Process > > KK was offline/off-grid on friday so that may have prevented the release > being pushed on friday. > > I think he is currently limited to cell phone access t

Re: How to get automatic integration with the subversion merge plugin to work in our non conventional svn setup?

2012-07-18 Thread jerm lan
After changing a bunch of configuration values I got it to work. I do not know which configuration value I changed to get it to work. On Wednesday, July 18, 2012 2:22:57 PM UTC-5, jerm lan wrote: > > Our team has a strange setup. We have 3 concurrent releases of a project > all being worked on a

RE: Turn off individual build steps?

2012-07-18 Thread Fisher, Allen
Conditional build step plugin is perfect. I just need a way to skip things once in awhile. A -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Bap Sent: Friday, May 18, 2012 8:17 AM To: jenkinsci-users@googlegroups.com Subj

Re: Using build pipeline and promotion

2012-07-18 Thread Singh
Geoff, I am facing a issue which was working before in Nov, 1.2.4 ALPHA release of this plugin. I have logged that as defect ID 116. Thanks Pawan On Tuesday, June 26, 2012 11:05:55 PM UTC-4, Geoff Bullen wrote: > > Have you tried the latest version of the build pipeline plugin. It > all

Xcode Plugin Issues

2012-07-18 Thread Fisher, Allen
Hi All- Sometime between 11PM Monday and 12:30PM Tuesday, the Xcode plugin started doing something strange in our environment (Xcode 4.3.2, Mac OSX 10.7.3, Jenkins 1.456, latest Xcode plugin) Instead of building happily like it had for months, it began choking on a pre-processor directive that

How to get automatic integration with the subversion merge plugin to work in our non conventional svn setup?

2012-07-18 Thread jerm lan
Our team has a strange setup. We have 3 concurrent releases of a project all being worked on at once. For simplicity I will call them A, B, and C. C is the trunk. A and B are branches, and the rule is that when a change is made to B that change must be merged in to C. When a change is made to A

Access is Denied - with CMAKE

2012-07-18 Thread mickeys
Why do I get this? I have tried everything with adding users and grant them access but I still get it. Jenkins is running as a service and I have tried to change user there as well. Started by user *anonymous* Building in workspace C:\Jenkins\jobs\myproject\

Regarding Email Notification while trigger another job

2012-07-18 Thread Varghese Renny
I have job A which will trigger build based on polling scm. This build will trigger another job B. After this job B success, i have to send email notification to those who commit code on job A. How can i send email notification for the commiter of job A ? Thanks in Advance, varghese

use 'Query and Trigger Gerrit Patches' in gerrit-trigger plugin for any job

2012-07-18 Thread Eyal Edri
Hi, Is is possible to use the 'Query and Trigger Gerrit Patches' option in gerrit trigger plugin to run a job in Jenkins on a gerrit patch, that is not set to listen to a 'gerrit event'? the reason i ask is that i want to be able to run gerrit patch job on demand only (manual mode), and i don'

Re: How do I ignore mDNS?

2012-07-18 Thread Jesse Farinacci
Greetings, On Wed, Jul 18, 2012 at 2:32 AM, xipmox wrote: > Is it possible to make jenkins ignore mDNS? https://wiki.jenkins-ci.org/display/JENKINS/Features+controlled+by+system+properties hudson.DNSMultiCast.disabled -Jesse -- There are 10 types of people in this world, those that can read

Checkout from two repository using jenkins

2012-07-18 Thread Varghese Renny
I have two repo A and B. First i checkout repo A to my Eulen directory. It contain module folder with some modules. Now i want to take updates of repository B to modules folder in my Eulen->modules folder. So my question is when i go for taking modules from repo B, it is cleaning up

Re: All Matrix Jobs missing after upgrade to 1.473 !!

2012-07-18 Thread Stephen Connolly
https://wiki.jenkins-ci.org/display/JENKINS/Release+Process KK was offline/off-grid on friday so that may have prevented the release being pushed on friday. I think he is currently limited to cell phone access to the interweb so until that resolves we will just have to wait. On 18 July 2012 06:5

Re: Choose build slave according to params

2012-07-18 Thread Michele Sacchetti
Hi Krishna thanks for your answer, but it's not what I'm trying to accpmplish. I already have jobs statically assigned to nodes through label, what I want to do is to have a dynamic assignement based on build parameter Actually I'm trying to use this plugin https://wiki.jenkins-ci.org/display/

Re: TestNG plugin - no results displayed

2012-07-18 Thread Nig
Hi Krishna, I changed my job to run on the Jenkins master which fixed the issue. If you do not want to do this then to sync the clocks you will need to set the date/time on the server hosting the filesystem (or the node running the job) to the same as the Jenkins server. If they are Unix/Linu

Re: Editing Sectioned View broken with Status Code: 500

2012-07-18 Thread Dirk Kuypers
Hi, to answer myself: downgrading Jenkins to 1473 made the error go away. The changelog for 1474 is not that big. Can anyone guess which change causes this behaviour? Is there already a (similar) ticket opened? BR Dirk 2012/7/17 Dirk Kuypers : > Hi, > > I just wanted to add another list-view sec

Antwort: Re: Jenkins as Windows Service; Mercurial.ini

2012-07-18 Thread Andreas Schilling
Hi Jesse, all of the described locations didn't work for our case. We wanted to use the registry key, but for whatever reason this didn't work either. Finally we used HGRCPATH environment variable which worked for us. Unfortunately this is a pretty harsh override, so we had to additionally creat