github - Build a jenkins job from a git repo subdirectory -




my git repo (repo.git) has 2 folders (mod1 , mod2) in same branch. these database objects different modules. need have 2 jobs on jenkins build mod1 , mod2. build set "build parameters" in can specify module built. source git repo branch mentioned in configuration. how can specify folder (mod1 or mod2) parameter ?

you can use string paramter plugin

and cd relevant folder , build ..





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -