Re: Executing ms-sql from linux build node?

2012-12-07 Thread morty
Thanks I will give that a try! On a side note if I run the job locally from my windows machine (and still connect against the remote windows server) it works fine. Are there any os constraints/or specific os builds for the sqljdbc4.jar driver? Or should it work for all platforms in theory? -- V

Re: Warning - the XCode plugin does not work with static libraries

2012-12-07 Thread Benjamin Lau
I think I might be glad that I chose to roll my own using Ant and xcodebuild... Ben On Fri, Dec 7, 2012 at 3:20 PM, Martin wrote: > If you have a workspace containing a library, and a project that includes > the library, then if you make a change to the library then that change is > never, I rep

Warning - the XCode plugin does not work with static libraries

2012-12-07 Thread Martin
If you have a workspace containing a library, and a project that includes the library, then if you make a change to the library then that change is never, I repeat *never*, included in your app/.ipa. This applies to libraries only afaik. I've spent two days digging into this and have however fou

Re: Executing ms-sql from linux build node?

2012-12-07 Thread Chris Marks
Hmm, that does seem fishy. I've used the MS driver from Linux before without too many problems. Having said that, my team at the time had problems with it on Mac. We ended up switching to jTDS and had no problems for the remainder of the project. See jtds.sourceforge.net. Thanks, Topher On Dec 7,

Executing ms-sql from linux build node?

2012-12-07 Thread morty
I have a job that runs sql statements against a Microsoft SQL server on a windows machine. The job runs on a windows machine and uses the sqljdbc4.jar driver. Now I would like to move this job to a linux/ubuntu slave but get an error: 07-Dec-2012 23:05:12 org.springframework.beans.factory.xml.Xml

Re: unit testing from shell scripts?

2012-12-07 Thread Benjamin Lau
I've also used the technique of generating xUnit formatted reports from the shell script and having Jenkins pick those up. Required the xUnit plug-in if I recall. Ben On Dec 7, 2012 8:56 AM, "Matt Benson" wrote: > Bill: You might also consider Antunit [1] for a simple means of > generating JUni

Re: building certain git revision

2012-12-07 Thread Evgeny Goldin
Hi Roman, I'm facing exactly the same issue and so far solved it by adding a "commit" String parameter with default value "origin/master" and then running this shell step: TeamCity allows one to choose a commit to build in its Run Custom Build dialog. Then I face an issue of adding this to al

Stopped job by user causes MSBUILD.exe remaining in processes

2012-12-07 Thread zakyn
Hello, When I stop build based on ANT execution of build solution I see the MSBUILD.exe which still remain after the build stop. In case not stopped build then no msbuild.exe is there. Could you please to help me what could be a reason? Thanks. zakyn --- ant -

Re: How to send broadcast email in Jenkins - quick question

2012-12-07 Thread Anba
Hi R u looking for below plugin ? https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin Thanks Anba -- View this message in context: http://jenkins.361315.n4.nabble.com/How-to-send-broadcast-email-in-Jenkins-quick-question-tp4648150p4648154.html Sent from the Jenkins users mailing li

Redeploy the old artifacts

2012-12-07 Thread Anba
Dear Friends, I'm new to CI and Jenkins. Here i want to deploy the old artifacts into servers. For example i have done and 10 build and deployment into servers. Here i want select to very 1st build into servers(with old source code). Is this possible to achieve this. if so could please help me h

Re: unit testing from shell scripts?

2012-12-07 Thread Matt Benson
Bill: You might also consider Antunit [1] for a simple means of generating JUnit-compatible XML. HTH, Matt [1] http://ant.apache.org/antlibs/antunit/index.html On Fri, Dec 7, 2012 at 10:35 AM, Anthony Shortland wrote: > Hi Bill, > > Are you aware of Rerun (http://rerun.github.com/rerun) and i

Re: unit testing from shell scripts?

2012-12-07 Thread Anthony Shortland
Hi Bill, Are you aware of Rerun (http://rerun.github.com/rerun) and its ability to formally manage shell script test cases? Anthony. Sent from my iPhone On Dec 7, 2012, at 7:48 AM, Bill Trost wrote: > Hi, > > I need to run a set of unit tests that simply consist of seeing if > two files ar

Re: building certain git revision

2012-12-07 Thread Evgeny Goldin
Hi Roman, I'm facing exactly the same issue and so far solved it by adding a "commit" String parameter with default value "origin/master" and then running this shell step: echo "Updating to commit [$commit]" git checkout $commit git log --format=format:[%h]-[%cn]-[%cr]-[%s] -10 TeamCity all

unit testing from shell scripts?

2012-12-07 Thread Bill Trost
Hi, I need to run a set of unit tests that simply consist of seeing if two files are identical. There are all kinds of Unix tools (diff, cmp, comm, etc.) that can provide the basic information, but how do I translate that into unit test results that Jenkins can understand and display? Simply emitt

Re: New to Jenkins - need help

2012-12-07 Thread Les Mikesell
On Fri, Dec 7, 2012 at 1:46 AM, Ivan Kharin wrote: > > Sorry, but this solution does not suit me. > Assembling one product can take about an hour. > Last duration for some libraries: 9 min, 14 min, 26 min, 33 min > > I want to run the assembly of the product on demand - and with all the > necessar

Build Error

2012-12-07 Thread japinder gill
Getting below error. - [INFO] [ERROR] BUILD ERROR[INFO] [INFO] Internal error in the plugin manage

RE: How to upgrade custom built Jenkins along with my changes.

2012-12-07 Thread Mandeville, Rob
I’ve never done this before, but I have a couple of ideas. 1: Do you actually need to customize Jenkins source, or can you write plugins to create your customizations? 2: If you want to have your own Jenkins source, you probably want to just fork off of the Github repository (see https://wiki.j

I m new to jenkins.......... just 5 days.

2012-12-07 Thread dneema
I am new to the jenkins, and i want to use the functionality of Mail Commander Plugin, I set the configuration on my Jenkins Configuration setup for the Email Notification. In Add Build Step > Mail Commander I configured POP3 mail server address, POP3 mail server port,POP3 User Name,POP3 Password.

Adjust GitScm to Build on New Branch

2012-12-07 Thread Jay Flowers
Currently the GitScm plugin does not trigger a build when it detects a new branch. I would like to add the option to do this. Can I buy a clue as to where to look in the code to control this behavior? Thanks :-) -- Jay Flowers ---

Re: Build ERROR

2012-12-07 Thread japinder gill
you can install below plugin and see where your memory is going.. https://wiki.jenkins-ci.org/display/JENKINS/Monitoring then accordingly you can change your memory allocation. There need to be a balance, you just cant keep on increasing heap size. On Friday, December 7, 2012 4:09:52 PM UTC+5:3

Re: Copy Artifacts Plugin and PROMOTED_NUMBER in a promotion process

2012-12-07 Thread cjo
Select the specific build option and set the build number to be the variable $PROMOTED_NUMBER. This will get resolved when the build step runs so you can then get the artifacts from the correct build that is being promoted. Chris On Friday, December 7, 2012 11:02:48 AM UTC, Masariello wrote: >

Re: New to Jenkins - need help

2012-12-07 Thread Jan Seidel
Well, there is a plugin available that lets you define which changes may trigger and which not. That way should you always have a recent set of libraries available when starting a bulld. You can also use the join plugin if certain libraries must be built before the assembly build is spawned or y

Need help to find a plugin

2012-12-07 Thread Jan Seidel
Hi folks, I am looking for a certain plugin which allows to embed JScript or Java into the pages of Jenkins. AFAIR did I see a plugin that allowed to implement active scripts into the description of a build job or the like. Maybe you also now something better, so here is the explanation why I l

Copy Artifacts Plugin and PROMOTED_NUMBER in a promotion process

2012-12-07 Thread Masariello
Hi there The Promoted Builds Plugin puts the number of the build being promoted in an environment variable called PROMOTED_NUMBER How can the Copy Artifacts Plugin use it in a promotion process? I tried several combinations without success. Thanks in advance!

Re: New to Jenkins - need help

2012-12-07 Thread Josselin Pierre
In this case, you can configure the Product jobs to trigger the Library jobs, using "Trigger/call on other projects" build step. And in the Library jobs, uses the path ignore plugin : https://wiki.jenkins-ci.org/display/JENKINS/Pathignore+Plugin By using the "Do not build if only specified paths h

Re: New to Jenkins, have 7 days to become an expert - wish me luck

2012-12-07 Thread Jan Seidel
Hello and welcome! Become a pro in 7 days is hell of demand :) I am working on a massive scale with Hudson/Jenkins for 2 years now and am still developing my skills as useful plugins emerge where I created some nasty scripting to find my way around. My environment is about to reach the final lev

Re: Build ERROR

2012-12-07 Thread El alaoui Mohamed Reda
now i have 3 g of RAM but i have the same probleme :( The system is out of resources. Consult the following stack trace for details. java.lang.OutOfMemoryError: PermGen space at java.lang.ClassLoader.defineClass1(Native Method) 2012/12/7 El alaoui Mohamed Reda > yes after applying the

Re: New to Jenkins, have 7 days to become an expert - wish me luck

2012-12-07 Thread Mister Guru
It was surprising easy to get Jenkins up and running - The bad memories from the Hudson days had been freaking me out.But I do apprecaite all the hands of help that came my way the reponse to this message was most welcoming. Well, diffrent communities welcome newbies in diffrent ways, and I su

Re: Build ERROR

2012-12-07 Thread El alaoui Mohamed Reda
yes after applying the recommended setting 2012/12/7 Gábor Garami > After you applied the recommended settings? > > Garami Gábor > gabor.gar...@hron.me > Skype: hron84 > Tel: +36 20 235 9621 > > Sent from my T-Mobile G2 > Ezt a levelet telefonról adták fel, ékezethibákat tartalmazhat. > 2012.12.

Re: Build ERROR

2012-12-07 Thread Gábor Garami
After you applied the recommended settings? Garami Gábor gabor.gar...@hron.me Skype: hron84 Tel: +36 20 235 9621 Sent from my T-Mobile G2 Ezt a levelet telefonról adták fel, ékezethibákat tartalmazhat. 2012.12.06. 17:44, "El alaoui Mohamed Reda" ezt írta: > on local it's okey but in JEKINS also