Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

I want to execute some script on the ec2 instance from the bitbucket-pipelines.yml?

Yogesh Shinde April 12, 2017

I want to execute some script on the ec2 instance(Created by elestic beanstalk) from the bitbucket-pipeline.yml, how to execute such script on the instance.

Refer the bitbucket-pipeline.yml :

image: java:8

pipelines:
# default:
# - step:
# script: # Modify the commands below to build your repository.
# - ./gradlew build -x test
# - ./gradlew jettyRun
branches:
development:
- step:
script: # Modify the commands below to build your repository.
- apt-get update && apt-get install -y python-dev
- curl -O https://bootstrap.pypa.io/get-pip.py
- python get-pip.py
- pip install awsebcli --upgrade
- ./gradlew build -x test
- eb init ApplicationName -r us-west-2 -p Java
- eb deploy

1 answer

0 votes
davina
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 23, 2017

Hi Yogesh,

Can you clarify which part you are having trouble with?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events