Azure DevOps with Salesforce

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 พ.ย. 2024

ความคิดเห็น • 65

  • @prashanthirapara8190
    @prashanthirapara8190 5 ปีที่แล้ว +7

    One of the first video i have found that gives a walkthrough of Salesforce with Azure DevOps. Great job!

    • @apexhours
      @apexhours  5 ปีที่แล้ว +2

      Thank you so much for your feedback. I hope you will enjoy "Integrate GitHub with Jenkins CI/CD" as well.
      th-cam.com/video/pSWadwORS8w/w-d-xo.html

  • @tonante27
    @tonante27 5 ปีที่แล้ว +6

    This is great. Exactly what I needed. I have as project that requires Azure DevOps-GIt and VSCode and we need to perform ANt Deployments continually (CI/CD). So I need to see how Azure Integrates with Ant Deployment.

  • @RodrigoChiarato
    @RodrigoChiarato 4 ปีที่แล้ว +2

    Show . Thank you! The only place that explain this. Salesforce don´t have a anything about this.

    • @apexhours
      @apexhours  4 ปีที่แล้ว +1

      Thanks for your kind words

    • @ujjawalverma2260
      @ujjawalverma2260 4 ปีที่แล้ว +1

      Can you please share files which works for you ?

    • @RodrigoChiarato
      @RodrigoChiarato 4 ปีที่แล้ว +1

      @@apexhours Are you fine ? My questions.
      On my case Pipeline on first execution deploy all files on org.
      In any cenarious this is not ideal. I try modify Package file but not success.
      Other thing , on next deploys, ANT deploy only commited files, but When i see on salesforce deploy this process make a validation of all objects.This is very costs of time.
      Is there any way for deploy more quickly and fast ?
      Thank you @Salesfoce Apex Hours for collaboration.
      My files is here: github.com/kiaratto/SalesforceAzureDevopsPipelineDeploy

    • @RodrigoChiarato
      @RodrigoChiarato 4 ปีที่แล้ว

      @@ujjawalverma2260 Hello, how are you ? I put the files on my gitHub follow here: github.com/kiaratto/SalesforceAzureDevopsPipelineDeploy

  • @maheshguddapure4114
    @maheshguddapure4114 ปีที่แล้ว +1

    Please upload the video for incremental deployment using azure devops.

    • @apexhours
      @apexhours  ปีที่แล้ว

      Yes you can do

  • @bharpoorkt5165
    @bharpoorkt5165 4 ปีที่แล้ว +2

    Hi, Really appreciate the tutorial. Have small doubt, if anyone can clarify pls. While Continuous Integration (build) you created one .yml file and that was checked-in to master branch, but while deployment (CD) you are not using that build, instead you just used build.xml which was already present in the repository and you took repository only as an artifact.
    My Question is : If we do not require build artifacts while release then what was the point of going through CI/build step. Why can't we directly implement the Continuous Deployment (CD) pipeline using build.xml file. Pls explain the relevance of CI in this tutorial. M really confused on this point.
    Thanks

  • @kabalida9346
    @kabalida9346 3 ปีที่แล้ว +1

    For zero knowledge which is best and eaaaaasier to lean salesforce or azure
    Please advice.
    Salesforce admins less jobs
    Salesforce developer need somewhat coding knowledge.
    Please adive is azure or aws a right thing now to learn easy
    How about salesforce

    • @apexhours
      @apexhours  3 ปีที่แล้ว

      Its all depend on you. Both are good. If you can learn coding then go with Salesforce.

  • @maddydazz123
    @maddydazz123 5 ปีที่แล้ว +2

    Hello Amit,
    Thanks for the video.
    I tried and I am able deploy the code through Azure.
    I am facing issue in retrieve task. Ant script is not throwing any error, it is successfully executing but it is not updating the repository.
    Could please show retrieve task as well.
    Thanks

    • @pratheekr227
      @pratheekr227 5 ปีที่แล้ว

      Hey Manoj, I'm experiencing the same retrieve issue - no error, but repo isn't updated. Did you find any workaround for that?

  • @krishnamohangannamraju4610
    @krishnamohangannamraju4610 4 ปีที่แล้ว +1

    it is good stuff but What is the purpose of the build of salesforce?? how we take the Salesforce configuration changes doing by front end into our repository ?

    • @apexhours
      @apexhours  4 ปีที่แล้ว

      We need to extract from salesforce and need to upload in Azure.

    • @krishnamohangannamraju4610
      @krishnamohangannamraju4610 4 ปีที่แล้ว

      Salesforce Apex Hours Azure means Azure repo?? If it is not Azure repo then there will not be version control of the code

  • @nehasameen6531
    @nehasameen6531 4 ปีที่แล้ว +1

    How to do incremental deployment for azure devops? Please explain that too

    • @apexhours
      @apexhours  4 ปีที่แล้ว +2

      We will plan soon

    • @bijilravindran7909
      @bijilravindran7909 4 ปีที่แล้ว

      @@apexhours Thanks.I assume it is in fact possible to do incremental deployment.in AzDo. Couldn't find any details specific to it in Google.. Waiting for the video

  • @abhishekanand2219
    @abhishekanand2219 4 ปีที่แล้ว +1

    Can you also share integrating selenium testing in the release pipeline in the next video

    • @apexhours
      @apexhours  4 ปีที่แล้ว

      We will try our best

    • @abhishekanand2219
      @abhishekanand2219 4 ปีที่แล้ว

      @@apexhours thank you, i was able to do it through release pipeline by my own with test cases in git repo

  • @remo8798
    @remo8798 5 ปีที่แล้ว +1

    Great vid thanks! there's but one thing. Has the DevOpsDemo repository been moved? I can't find it

    • @renanlqdf
      @renanlqdf 5 ปีที่แล้ว

      It is private

    • @ujjawalverma2260
      @ujjawalverma2260 4 ปีที่แล้ว

      can retrieve files from the salesforce as well ?

  • @vijenderakula1439
    @vijenderakula1439 5 ปีที่แล้ว +1

    hello Amit,
    Thank you for sharing the video.Its very helpful .
    How to Integrate the salesforece to Azure devops Or dashboard?
    Can you please provide me solution

    • @apexhours
      @apexhours  4 ปีที่แล้ว

      We are glad you liked it.

    • @apexhours
      @apexhours  4 ปีที่แล้ว

      We will get back to you on this solution soon

  • @srikanthv7702
    @srikanthv7702 4 ปีที่แล้ว +1

    Hi Amit, this is a great session. Where can I find the build properties file and structure in src ?

    • @apexhours
      @apexhours  4 ปีที่แล้ว

      We will post on our blog soon

    • @srikanthv7702
      @srikanthv7702 4 ปีที่แล้ว

      @@apexhours HI Apex Hours, I need your help in setting up CI for my Org. How can I get help from you. I am ready to take your course. Please call me at 98850 92921.

  • @srinadhreddy9006
    @srinadhreddy9006 4 ปีที่แล้ว +1

    Hello Amit,
    Thanks for the video.
    It is really helpful and close to my requirement.
    Issue:
    I created similar kind of release pipeline which you showed in the video but I am facing below issue while executing the jobs
    ##[error]Error: The process 'C:\ProgramData\Chocolatey\bin\ant.exe' failed with exit code 1
    Any idea on this Error?
    Query:
    Just want to understand from this video I can see two build.xml files which is "build.xml" & "Sample_build.xml" why we need two build files?
    Thanks

    • @apexhours
      @apexhours  4 ปีที่แล้ว

      Glad its helped. Can you please share build.xml file ?

    • @srinadhreddy9006
      @srinadhreddy9006 4 ปีที่แล้ว

      @@apexhours Thanks for reply.
      I am unable to attach build file. Please share mail id?

    • @srinadhreddy9006
      @srinadhreddy9006 4 ปีที่แล้ว

      Hi,
      Really need your help on CD Pipeline setup. Facing challenge on release pipeline. Please let me know your mail id to share build file to identify the issue.
      Thanks in Advance!

  • @indrajitchattaraj6102
    @indrajitchattaraj6102 4 ปีที่แล้ว +1

    How to configure the azure pipeline for running test classes?

    • @apexhours
      @apexhours  4 ปีที่แล้ว +1

      We will do new session soon

  • @sandro-olivadoti
    @sandro-olivadoti 5 ปีที่แล้ว

    Great video. I have been having issues with deploying to salesforce, using ant via azure. I have setup a successful build which deploys everything what is in SRC folder but what I would like to achieve is to only deploy what is in package.xml.
    What I have tried is having the aura component folder in the SRC and in package.xml not having the AuraDefinitionBundle module but it still deploys the module.
    Any idea why this is happening?

  • @ananthkrishna2211
    @ananthkrishna2211 4 ปีที่แล้ว

    While I deploy the release , I am getting the following error "The process 'C:\ProgramData\Chocolatey\bin\ant.exe' failed with exit code 1 "
    Can someone help with this ?

  • @shshawon39
    @shshawon39 2 ปีที่แล้ว +1

    Could you please provide the source code? I badly need it.

    • @apexhours
      @apexhours  2 ปีที่แล้ว

      We will get it for you and share soon

    • @shshawon39
      @shshawon39 2 ปีที่แล้ว

      @@apexhours Thank you so much.

  • @ujjawalverma2260
    @ujjawalverma2260 4 ปีที่แล้ว +1

    Can we retrieve files from the salesforce as well ?

    • @apexhours
      @apexhours  4 ปีที่แล้ว

      yes

    • @ujjawalverma2260
      @ujjawalverma2260 4 ปีที่แล้ว +1

      @@apexhours Could you please share me the steps Beacuse I am able to deploy metadata from azure Salesforce but when try to retrieve using built file function its give status success but I cant find the metadata in source file ?

  • @backtobasic8496
    @backtobasic8496 4 ปีที่แล้ว +2

    Can you provide your build.xml file?

    • @apexhours
      @apexhours  4 ปีที่แล้ว

      We will try to post same on our website

    • @ephetehemokgopanyane7165
      @ephetehemokgopanyane7165 4 ปีที่แล้ว

      @@apexhours hi, I looked on the website but could not find the build.xml file.

  • @sharmisthasanyal5568
    @sharmisthasanyal5568 4 ปีที่แล้ว +1

    Great Video!!! I just got an error while running the build.xml by creating a pipeline."deploy:
    BUILD FAILED
    /home/vsts/work/1/s/build/build.xml:84: Should provide a valid directory 'deployRoot' or a zip file 'zipFile'.
    Total time: 0 seconds
    The process '/usr/bin/ant' failed with exit code 1
    ##[error]Error: The process '/usr/bin/ant' failed with exit code 1
    Finishing: Ant
    "
    In the said line in build.xml I have the following lines:

    Not sure if I've missed something like some folder creation or not.Could you please suggest?

    • @apexhours
      @apexhours  4 ปีที่แล้ว +1

      Hard to Track like this. Can you please provide more details

  • @insanephoto
    @insanephoto 5 ปีที่แล้ว

    I'm able to deploy the code as long as I enter my credentials in the build.properties file. What is the purpose of the variables within Azure if we still need to explicitly enter them in the build.properties? Does anybody know how to pass these variables to the build.properties?

    • @krishnamohangannamraju4610
      @krishnamohangannamraju4610 4 ปีที่แล้ว

      I used it build.properties without using build variables. But you will face issue while performing merges across the branches. if you dedicate the branches to environment then No harm

  • @NightsArrowz
    @NightsArrowz 5 ปีที่แล้ว +2

    Great content, too bad about that audio quality.

    • @apexhours
      @apexhours  5 ปีที่แล้ว

      We are really sorry for that. We will take care next time

  • @maddydazz123
    @maddydazz123 5 ปีที่แล้ว

    Thanks for this video

  • @TheegalaNaveenkumar08
    @TheegalaNaveenkumar08 2 ปีที่แล้ว +1

    thank you

    • @apexhours
      @apexhours  2 ปีที่แล้ว

      You're welcome

  • @AlokamNaveena
    @AlokamNaveena ปีที่แล้ว

    voice not clear , topic missing

    • @apexhours
      @apexhours  ปีที่แล้ว

      Sorry about that

  • @kabalida9346
    @kabalida9346 3 ปีที่แล้ว +1

    Iovu

    • @apexhours
      @apexhours  3 ปีที่แล้ว

      Keep watching