configuration - Configure or Create hudson job automatically -
is there way create new hudson job 1 more hudson job based 1 previous jobs?
for example if need create new bunch of jobs 1 one, automatically create 4 jobs similar configuration different parameter
basically steps this
- create svn branch can call
svn cp
command , make parametrized using script - create build based on new
svnbranch
name - later tag
or other word, need clone previous job , give new branch name ever $ branch comes in new job.
thanks
you can try hudson remote api kind of task (setting hudson project).
see tutorial instance, , remember can display quite easily:
java -jar hudson-cli.jar -s http://your_hudson_server/
so, copy job:
java -jar hudson-cli.jar -s http://your_hudson_server/ copy-job myjob copy-myjob
Comments
Post a Comment