Hi,

I'm new to Jenkins. I'm trying to implement a specific scenario to build 
mobile applications using Jenkins. For each project I want to launch 
several tasks sequentially. Each task will use previous task output:


   - Task 1: It is a batch script that will run on windows. It Uses source 
   code from SCM (SVN)
   - Task 2: Another batch script running on windows. It will use task 1 
   output
   - Task 3: A shell script running on OSX. It will use task 2 input
   

I want to use this configuration for several projects. How can I 
efficiently organize my jobs/tasks so that it will be easy to create new 
project + do I need additionnal plugins ?

Thanks in advance,

Reply via email to