Creating Jobs for Multijob Plugin in Jenkins

耗尽温柔 提交于 2019-12-23 03:24:37

问题


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


回答1:


Vishnu, you need to create the jobs that are referenced from the "Job Name".

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

Hope this helped!



来源:https://stackoverflow.com/questions/41438313/creating-jobs-for-multijob-plugin-in-jenkins

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!