Daniele Antonini (2013-10-25 10:31):
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".

You can do an SVN tag with shell commands. And you could push artifacts to SVN to keep everything in one place.

Or you could pull artifacts with another job which is set to keep all builds.

Regards,
Nux.

--
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to