Jenkins Link Project, Views, User Management, Master Slave Concept
Jenkins Link Project : - Link One Project to another project is called link project
Two Types Of link Project : -
- Upstream link Project
- Downstream
Upstream Link Project : - First Job done then inform next job for run , work on post build
Downstream Link Project : - Last Job done then inform previous job for run. Works in Pre Build
Master and Slave Concept :- distribute jobs
By Default build job Master
- we can Create Slaves for work every work slaves contain own directory
- create agen.jar for link between slaves and directory for store data
- if you create a job it automatically assign work/job any slaves if they free
- if you not create label job automatically work
How to Assign Jobs
Mange Node > Configure > label Name (Manage) > configure jobs > option enable Restrict where this project run > add Label name
How to Install Jenkins ubuntu
Comments