Bitbucket AWS CodeDeploy Setup SummaryThis doc will explain how to setup a deployment pipeline using Bitbucket AWS plugin + AWS CodeDeploy.CodeDeploy applications are at (link may vary depends on the region):https://us-west-2.console.aws.amazon.com/codedeploy/home?region=us-west-2#/applicationsThe result of this setup will enable developers to trigger a deployment directly from Bitbucket UI. Prerequisite An AWS account with necessary permissions (eg: creating […]

CI/CD: Add a TFS Online Build Agent Create a new Agent Pool from VSO [companyname].visualstudio.com -> Settings (Gear Icon) -> Agent Pools -> New Pool(The pool name here will be used to be connected by the agent from the TFS Build server) Generate the Personal Access Token from VSOClick your name icon -> Security -> […]

Prerequisite:Make sure you already config AWS CodeDeploy for your desired AWS EC2 server. Check this blog if you want to set it up. Steps: Install Jenkins Plugins: Amazon Web Services SDK , AWS CodeDeploy Plugin for Jenkins , Bitbucket Plugin Generate key, if you don’t have one already: $ ssh-keygen -o -a 100 -t ed25519 […]