Re: To whom it may concern

2012-08-15 Thread Thomas Sundberg
On 16 August 2012 03:23, Sung Tae wrote: > To whom it may concern, > > > Hi I'm Jenkins user. > > I'm writing this email to ask you some questions which I couldn't find > your web site. > > which are as follows. > > > 1. What is the programming language that supports? (ex) Java, C#, C, C+ > + etc

To whom it may concern

2012-08-15 Thread Sung Tae
To whom it may concern, Hi I'm Jenkins user. I'm writing this email to ask you some questions which I couldn't find your web site. which are as follows. 1. What is the programming language that supports? (ex) Java, C#, C, C+ + etc 2. What am i supposed to do if I would like to apply PHP,Pyth

Re: How to install slave to a machine which doesn't have a JVM?

2012-08-15 Thread Sami Tikka
Then you cannot run the slave on that machine. You just have to run the tests using some other method and copy the results back to a Jenkins job workspace. -- Sami Renlong Zhang kirjoitti 15.8.2012 kello 6.36: > Hi all, > > I have to run test cases in a machine and this machine can not insta

Re: Build with for loop like finesse

2012-08-15 Thread Sami Tikka
So assign the jobs to run on a slave with only 1 executor. I guarantee only one at a time will run. -- Sami rusty kirjoitti 14.8.2012 kello 19.54: > The problem is that I can have no concurrency in between the two top projects > nor any child projects that they have. I have looked at throttl

Re: Build with for loop like finesse

2012-08-15 Thread rusty
Unfortunatly, after attempting the said method.. jenkins still ended up attempting both in parallel. It looks like that method has a race condition where it only checks at the beginning of the build if any downstream projects are building; which is a problem if any builds next to the build e

RE: Security Realm by Custom Script Plugin: Group Command Script

2012-08-15 Thread Bowling, Brad
Thanks Domi. -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of domi Sent: Wednesday, August 15, 2012 1:13 PM To: jenkinsci-users@googlegroups.com Subject: Re: Security Realm by Custom Script Plugin: Group Command Script I als

Re: Security Realm by Custom Script Plugin: Group Command Script

2012-08-15 Thread domi
I also updated the documentation: https://wiki.jenkins-ci.org/display/JENKINS/Script+Security+Realm Domi On 15.08.2012, at 19:05, domi wrote: > Hi Brad, > you'r right with the purpose of the group command script, thats exactly what > it is for. > The script can be any kind of shell script and

Re: Security Realm by Custom Script Plugin: Group Command Script

2012-08-15 Thread domi
Hi Brad, you'r right with the purpose of the group command script, thats exactly what it is for. The script can be any kind of shell script and should return 0 for any successful execution. a simple script would be like this: #!/bin/sh if [ "$U" == "domi" ]; then echo "admin,superuser" fi Domi

Re: Mail Watcher Plugin - config doesn't save

2012-08-15 Thread Chris Withers
Hi Oliver, On 14/08/2012 11:35, oliver gondža wrote: I was unable to reproduce it using 1.447 nor 1.474. I'm using 1.472, reluctant to upgrade given recent problems that have been caused by upgrading... Are the changes stored in configuration files in $JENKINS_HOME? No. Are there any e

Re: pre condition for ant build

2012-08-15 Thread Kamal Ahmed
Thanks Qazwart I am new to ant, so i am guessing that i declare wsdl.url outside build.xml like: export wsdl.url="http://www.example.com/help?wsdl I also found:       http://myurl"/>   > > From: Qazwart >To: "jenkinsci-users@googlegroups.com" >Sent: Tu

build flow plugin syntax

2012-08-15 Thread marathiboy
Hello, I am using a job that is triggering 2 jobs A & B, using build flow plugin. Each job is build flow job itself. I can use guard and rescue, but what I really need is to exit if Job A fails (or any job under Job A fails). So whats the syntax of adding just exit within rescue part of Job A? Th

Re: Build with for loop like finesse

2012-08-15 Thread cjo
Yes, apart from the issue I mentioned, haven't had a chance to look through existing issues yet to see if it is reported. On Tuesday, August 14, 2012 9:21:21 PM UTC+1, rusty wrote: > > so. f I understand this completly > If I "Block build when downstream project is building" Jenkins will >

Wait until the job starts

2012-08-15 Thread Sergey Irisov
I have a job, that triggered two another job, and then start some batch script. I want to block script execution, until triggered jobs are begun execution. What happens in fact: Job runs on windows VM node. It starts TestComplete network suite project, that use two another VM. So, purpose of two

How to include only one folder in git for pooling

2012-08-15 Thread zacky azoulay
Hi, i try to use the "Included Regions" test/test1/test2/.* it start the build with file main/inp/Search1.h i have around 30 folders ( it is difficult to use "Excluded Regions" with 29 entries) can you please let me know what i am doing wrong Thank and Regards Zacky

plugin installation through update center has success (from logfile) but page stuck in installation phase

2012-08-15 Thread David Gang
Hi all, I am using jenkins version 1.477 deployed in tomcat 7.0.29. I installed the groovy plugin from the update center. It is stuck close to 20 minutes in the stage of Installing (there is a blinking ball there). I tried to take a look on the catalina log and this is what i get. Aug 15, 2012

Re: Return value of a command in shell script != 0 stops build

2012-08-15 Thread jenkins wilde
Or you can turn off error checking for a specific command by doing: set +e command set -e Andy. On 14 August 2012 17:45, Sami Tikka wrote: > If you begin the build step with a line that starts with #!, Jenkins will > assume you want to specify the interpreter instead of using /bin/sh -xe, > wh

Re: What is the MVC framework on which Jenkins is built?

2012-08-15 Thread Stephen Connolly
On 15 August 2012 07:19, R. Tyler Croy wrote: > > On Tue, 14 Aug 2012, Martin d'Anjou wrote: > > > What is the MVC framework on which Jenkins is built? > > This is probably a better question for the jenkinsci-dev list, that said > I'm > not sure if a "framework" was used so much as a collection o

cannot install msbuild plugin...

2012-08-15 Thread Kenneth
Hi all, I'm having trouble installing plugins, for some reason the msbuild plugin, doesn't appear in my list of installed plugins. which one of the 'install without restart' or 'down...' buttons i activate, i get no plugin. why / or how to workaround? could there be a hackers way to get jensk