Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Microservices build pipeline

Pragya Keshap answered on February 19, 2023 Popularity 3/10 Helpfulness 1/10

Contents


More Related Answers

  • How to deploy Microservice?
  • Creating Microservices
  • Microservices Deployment Patterns
  • Microservices Deployments with Containers and Orchestrators

  • Microservices build pipeline

    0

    Microservices can be built and tested using popular CI/CD tools, such as Jenkins and TeamCity. This is done very similarly to how a build is done in a monolithic application. In a microservices architecture, each microservice is treated like a small application.

    For example, once you commit the code in the repository (SCM), CI/CD tools trigger the build process:

    Cleaning code

    Code compilation

    Unit test execution

    Contract/acceptance test execution

    Building the application archives/container images

    Publishing the archives/container images to repository management

    Deployment on various delivery environments such as development, quality assurance, and staging environments

    Integration and functional test execution

    Any other steps

    Then, release-build triggers, which change the SNAPSHOT or RELEASE version in pom.xml (in the case of Maven), build the artifacts as described in the normal build trigger, publish the artifacts to the artifacts repository, and tag the version in the repository. If you use the container image, then build the container image as a part of the build.

    https://medium.com/@TracyRagan/understanding-microservice-pipelines-ca05b041d3c2

    Popularity 3/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 19 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.