Hello, I have a question about job dependencies in jenkins. I have around 10 jobs. This 10 jobs I want to combine to several build pipelines. But I don't now, how i can realize this build pipelines without duplicating each job for each pipeline to specify the project up streaming and down streaming projects.
For example, I want to realize following build pipelines 1.) Fast Build pipeline (Each SVN Commit) Job - Build Project --> Job - Smoke Test --> Job - Generate Report 2.) Daily Build: Job - Daily Trigger --> Job - Build Project --> Job - Build Setup --> Job - Smoke Test --> Job - Full Test --> Job - Publish Build 3.) Weekly Build: Job - Weekly Trigger --> Job - Build Project --> Job - Build Setup --> Job - Smoke Test --> Job - Full Test --> Job - Load Tests --> Job - Publish Build Is there any possible ways to realize this build pipelines with jenkins without duplicating the jobs. Exists a plugin, where i can specify a job chain or something like this? Thanks, Thomas
