Hi all, I have needed to process a build and it's upstream builds. I have ~ 70 subprojects, 4 master projects and 1 installer project. Installer project depends on 4 master projects and deploy them on validation / preproduction server for quality check.
When all quality checks pass, I deploy on production server, and I want mark (keep forever, tag svn ..) all builds involved in final release. All projects are mavenized but I don't use maven release because it is too "complicated" for my needed, so I'm looking for a lightweight solution. Actually I use a script which extract buildName+buidNumber+svnRevision from all final artifacts, and I manually perform required actions. Now I'm looking for a solution to automate these steps and finally have "one click svn tag/keep forever". I thought to implement a recursive visit from installer up to all other involved builds using groovy plugin/console but I'm a bit puzzled .. Do you suggest me any ideas? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
