Hi,
I am trying to package a build and uploaded it to S3 but to complete the step the build is not getting uploaded to Artifacts. Below is my pipeline code, need help to spot the error.
Build:
- step:
name: Deploying the build
script:
- apt-get update -y
- curl -O https://bootstrap.pypa.io/get-pip.py
- python get-pip.py
- pip install boto3==1.3.0
- git clone git@bitbucket.org:org/resources.git $(dirname `pwd`)/resources
- ./build.sh -f buildname -p
artifacts:
- target/builldname.war
- step:
script:
- pipe: atlassian/aws-s3-deploy:0.3.7
variables:
AWS_ACCESS_KEY_ID: $AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY: $AWS_SECRET_ACCESS_KEY
AWS_DEFAULT_REGION: 'AWS-region'
S3_BUCKET: 'bucket_name'
LOCAL_PATH: buildname.war
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.