简体   繁体   中英

Creating Jobs for Multijob Plugin in Jenkins

I had a requirement for executing jobs in parallel and came across this plugin called MultiJob plugin for Jenkins.

After going through documentation, i created phases and gave job names. But where do i create job basically.I mean the script ,build step and post build step for job "TaskToExecute1" and "TasktoExecute2".

Thanks, VVP 在此处输入图片说明

You need to create the jobs that are referenced from the "Job Name".

So in your example, create a separate job/project (eg "New Item" -> "Freestyle Project") and call it TaskToExecute1. Then you can add a build step to that new TaskToExecute job/project.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM