我需要从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