Re: Putting condition for build of same job

2012-07-17 Thread Varghese Renny
For build cause where i needed to set reason like poll scm..i am not able to see the configuration for build cause? Where i can configure build cause? Thanks in Advance varghese

Re: Putting condition for build of same job

2012-07-16 Thread cjo
This assumes that "poll SCM" and "build periodically" are set as the triggers in the same job. So you are seeing the config as in the image https://wiki.jenkins-ci.org/display/JENKINS/Conditional+BuildStep+Plugin#ConditionalBuildStepPlugin-Conditionalstep%28single%29 or https://wiki.jenkins-ci.o

Re: Putting condition for build of same job

2012-07-16 Thread Varghese Renny
Yeah, i got the field.. But Run? these options where we needed to set? If i am giving time where i needed to set time? For based on commit, how can i run?.. Thanks in Advance, varghese

Re: Putting condition for build of same job

2012-07-16 Thread Varghese Renny
Thanks for the comment.. I have installed condtional build setup plugin. But i can't find the option of where to give conditions. it's not visible and run condition plugin is also there.. Thanks in Advance varghese

Re: Putting condition for build of same job

2012-07-16 Thread cjo
>From your comments it looks like you want to perform some different actions for the developer commits and the nightly builds. If this is the case. You want to look at the Conditional BuildStep Plugin if you want to perform a different action based on how the build is started. this will allow t

Re: Putting condition for build of same job

2012-07-16 Thread Varghese Renny
Thanks for reply.. See i don't want to trigger another build after completion of one build job. My purpose is like 1 job i have.. It should check like build is triggered due to commit by some developers..if it is , it should do some set of ant task. Next i have to run whole build over project by sc

Re: Putting condition for build of same job

2012-07-16 Thread Benjamin Lau
I've been doing something like this using the parameterized trigger plugin[1]. I actually use it in two ways. For scheduled builds I use predefined parameters. This lets me have a single build script but with different behaviors based on the parameters set by the upstream job. For some situations I

Putting condition for build of same job

2012-07-15 Thread Varghese Renny
I have a project corresponding to a job.. I have do different kind of build job with same project.. Condition is like on set of build job is for doing after any commits to repository comes Another set of build job is to do build that schedule at night time. My question is How can i give build