jenkins - Is it possible to build 5 sub modules in one single job which have different script to execute? -
i want know how can parameterize build in jenkins. need create jenkins job contain 5 sub jobs in it. need create drop downwards , selelct of module , build it. script used different every sub build? can any1 guide on same possible.
string parameters in jenkins result in environment variables of same name.
so, write wrapper script in bash environment variables set result of parameterized build (i.e. 5 sub-jobs) in series of if-elif statements, , within each one, invoke necessary build script there.
the build script have jenkins run wrapper script.
jenkins
No comments:
Post a Comment