function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JayaJayaJayaJaya 

Continuous Integration

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.
Vinita_SFDCVinita_SFDC
Hello,

Could you please explain what is continuous integration? What are you trying to integrate with salesforce? If you are looking for option of how to integrate then first decide which API are you going to use. Please refer following help link:

https://help.salesforce.com/HTViewHelpDoc?id=integrate_what_is_api.htm&language=en_US

Let me know if i misunderstood your question.

mod100mod100
See here:

http://blogs.developerforce.com/developer-relations/2013/03/setting-up-jenkins-for-force-com-continuous-integration.html

Use Git for version control
Navneeth RokallaNavneeth Rokalla
Hey People.

Let me attempt to answer, Continuous integration is the practice of frequently integrating one's new or changed code with the existing code repository.

If you might want to experience CI  to your force applications/org's then sign up on www.autorabit.com, They will help organisations with a 30 day trial version.

They offer much more than CI, entire release management, The Product is called RABIT - As the name suggests - Product is also very exciting and heavily aspired across force org's.

Hope this helps.. 

Thanks.