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
Dhanik L SahniDhanik L Sahni 

CI/CD tool for our salesforce development

We need to setup CI/CD for our salesforce development. We already have TFS for code versioning and using one VM we can do CI/CD also. In market there are other CI/CD tool also for salesforce like AutoRabit, Jenkin CI. We have to buy license for new tools. 

Can one suggest which tool i should in above scenerio? 
Syed Insha Jawaid 2Syed Insha Jawaid 2
Hi Dhanik

Jenkins is a powerful open source CI tool,you can proceed using with it using the native plugins.
You can configure your 'ant deployment job' in it.

Cheers!!!
Dhanik L SahniDhanik L Sahni
Thank You Syed. But question is : what is extra feature which TFS is not offering and others are offering?
Syed Insha Jawaid 2Syed Insha Jawaid 2
Hi Dhanik

TFS supports Git natively and if you push in your code to github repository then using jenkins plugin you can create job that will poll the updated code from the codebase and then deploy on the configured environment using jenkins.
Rest Eclipse or Force.IDE 2 you need to install the VCS plugins.

Cheers!!!