Home > other >  Gitlab how many subprojects under a project configuration webhook
Gitlab how many subprojects under a project configuration webhook

Time:02-17


I have a project, this project has many components, the equivalent of multiple modules,
Sometimes I just want to change one of these modules, and then push the code trigger automatically after the corresponding Jenkins job, but I don't know how to target a certain modules or components configuration webhook,
For example: I have A project called platform, then the directory into platformA platformB etc, then A and B have the corresponding two Jenkins job, to A and B, respectively, refactoring, I want to commit the code to A, only trigger A Jenkins job, don't trigger A B, could you tell me how to configure to implement this function?
Gitlab can add multiple webhook, but each time whether to submit A or B of the code, will be triggered, the corresponding matching gitlab can do?

CodePudding user response:


With, the building Lord have a solution?
  • Related