1

I am using Hudson with PHP to analyse, run-tests etc. But I want to create a deployment policy through which:

  1. I can deploy my files on server (Hudson itself installed on server),
  2. 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?

Ashish Awasthi
  • 1,484
  • 1
  • 19
  • 34

1 Answers1

1

With Hudson Archiving and Promoted Builds as explained in detail here:
How to promote a specific build number from another job in Jenkins?

Community
  • 1
  • 1
Slav
  • 27,057
  • 11
  • 80
  • 104