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

Deploying using Jenkins

Pragya Keshap answered on February 23, 2023 Popularity 9/10 Helpfulness 1/10

Contents


More Related Answers

  • Import an existing project in jenkins
  • command to run jenkins war file
  • run jenkins
  • shell script in jenkins pipeline
  • jenkins file
  • run jenkins docker
  • install jenkins in linux
  • run Jenkins docker image
  • java command to start jenkins
  • jenkins integration
  • update jenkins
  • how to git push in jenkins pipeline
  • jenkins install
  • how to maintain jenkins
  • What is Jenkins job?
  • options jenkins pipeline
  • Jenkins Install Linux
  • git - How do you integrate Git with Jenkins?
  • what jenkins job
  • What is JENKINS?
  • jenkins builds
  • who sets up Jenkins
  • jenkinsfile docker
  • jenkins job
  • how to git push in jenkins pipeline
  • How will you move Jenkins from one server to another?
  • Updating the Jenkins deployment definition#
  • jenkins.yml
  • build .net project in jenkins container

  • Deploying using Jenkins

    0

    To configure your Jenkins pipeline to automate the build and deployment of your AWS SAM application, your Jenkinsfile must contain lines that do the following:

    Reference a build container image with the necessary runtime from the available images. The following example uses the public.ecr.aws/sam/build-nodejs14.x build container image.

    Configure the pipeline stages to run the necessary AWS SAM command line interface (CLI) commands. The following example runs two AWS SAM CLI commands: sam build and sam deploy (with necessary options).

    This example assumes that you have declared all functions and layers in your AWS SAM template file with runtime: nodejs14.x. 

    https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/deploying-using-jenkins.html

    Popularity 9/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 23 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.