• Navneeth Rokalla
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
Hi,

We are using Enterprise Edition[Using Only one Instance for all Developers]. We were asked to use Continuous Integration.
Which is good tool for Continuous Integration of Force.com Code and how to setup it?


Many Thanks in advance.

I am trying to setup continuous integration between SVN and Force.com.  Whenever a commit is made to SVN, it has to deploy the changes to Force.com.

 

I am planning to use Hudson and ANT script to get this done. I have used svnant to get the latest and Force.com deploy tool to deploy the changes to Force.com. 

 

I need some suggestions/help on the following:

1) Is it possible to get only the changes made and not all the files from  SVN?

2) How do I specify the package.xml to ensure that all SFDC configurations are obtained and deployed? Do I have to specify each and every type or is there an option to specify that everything needs to be considered.

3) Has anyone successfully setup CI using Hudson for Force.com? What is the approach used?

 

Appreciate your help on this.