Build CI/CD Pipeline for Java Maven Using GitHub Actions

Sdílet
Vložit
  • čas přidán 5. 09. 2024
  • This guide teaches you continuous integration (CI) workflow in GitHub Actions to build, test & package your Java project with Maven. The workflow will allow you to see when commits to a pull request cause build or test failures against your main branch and this approach can help ensure that your code is always healthy. You can extend your CI workflow to cache files and upload artifacts from a workflow run.
    GitHub link for Code: github.com/sha...
    =======================================
    Follow me @:
    / thetips4you
    / thetips4you
    / thetipsforyou
    www.thetips4yo...
    =======================================

Komentáře • 10

  • @rmachuca
    @rmachuca Před 10 měsíci +1

    Good video. Thank you for sharing. Just a nit that the voice volume was a little lower than expected. Keep it up.

  • @minhngoc7480
    @minhngoc7480 Před rokem

    which tool are you using to draw like in this video?
    thanks

  • @andresgomez5592
    @andresgomez5592 Před 3 měsíci

    Bro I just tried this but it didn’t work, I don’t know if its because of my directory path or something like that I’m getting confused with this

    • @Thetips4you
      @Thetips4you  Před 3 měsíci

      What is the issue you are facing?

    • @andresgomez5592
      @andresgomez5592 Před 3 měsíci

      @@Thetips4you look, when I create the .github/workflow/yaml file and commit it and go through actions, it says me it was no possible to find the pom.xml file

    • @andresgomez5592
      @andresgomez5592 Před 3 měsíci

      @@Thetips4you git doesn't recognize my pom.xml

  • @Yourhotshorts
    @Yourhotshorts Před 5 měsíci

    Where you publish this file.. this is incomplete tutorial?

    • @Thetips4you
      @Thetips4you  Před 5 měsíci

      You can publish to any binary management (eg artifactory)