代码之家  ›  专栏  ›  技术社区  ›  kumar

如何从jfrog pipline上传jfrog artifactory

  •  0
  • kumar  · 技术社区  · 3 年前

    我需要从Jfrog pipline上传工件到Jfrog artifactory

      build:
        commands:
          - ls -la
          - pwd
          - sam package --template-file template.yaml --s3-bucket tk-test-lambda-sam --output-template-file packaged-template.yml
      artifacts:
        files:
          - packaged-template.yml
    

    与jfrog管道中的achive相同:

      - name: sam-nodejs
        steps: 
          - name: build
            type: bash
            configuration:
              inputResource:
                - name: sam-app-repo
            execution:
              onExecute:
                - brew install aws-sam-cli
                - sam --version
                - sam package --template-file template.yml --output-template-file package.yml--s3-bucket tk-test-lambda-sam
    

    0 回复  |  直到 3 年前
    推荐文章