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

  1. create svn branch can call svn cp command , make parametrized using script
  2. create build based on new svnbranch name
  3. 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/ 

alt text

so, copy job:

java -jar hudson-cli.jar -s http://your_hudson_server/ copy-job myjob copy-myjob 

Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -