PVCS integration with Hudson

avinash tummalapalli's picture

Hi Can any one suggest how to inegrate pvcs with hudson

2 Answers

Michael Neufeld's picture

There are some options which can be tried separately or in combination:

 

(1) Take a look at the Hudson PVCS VM plug-in and see if it meets your needs.  I have not used the plugin.

http://wiki.hudson-ci.org/display/HUDSON/PVCS+SCM

"This plugin provides integration with Serena's PVCS Version Manager SCM."

 

(2) Another approach, if you use Ant, would be to use PVCS Ant tasks.

http://ant.apache.org/manual/Tasks/pvcstask.html

 

 (3) Alternatively, your Hudson job can configure and run the necessary command line actions or call a custom script that does what is needed.

CMCrossroads is a TechWell community.

Through conferences, training, consulting, and online resources, TechWell helps you develop and deliver great software every day.