deployment - Hudson PHP deploy and re-dploy policy
266
I am using Hudson with PHP to analyse, run-tests etc. But I want to create a deployment policy through which:
- I can deploy my files on server (Hudson itself installed on server),
- If code gives some error on production I can roll-back to any particular old builds.
I don't want to use SVN tagging.
How I can achieve this?
Answer
Solution:
With Hudson Archiving and Promoted Builds as explained in detail here:
How to promote a specific build number from another job in Jenkins?