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

Bitbucket Pipes digest: November 2020

Pipes monthly digest November 2020

Hi,

Welcome to the next Bitbucket Pipes digest. This month comes packed with additions to Pipes. Don’t forget to subscribe (click Watch and select Articles)!

New pipes

jira-create-issue

jira-create-issue-logo_avatar.png

atlassian/jira-create-issue:0.1.1
Create a Jira issue from a Bitbucket Pipeline

script:
- pipe: atlassian/jira-create-issue:0.1.1
variables:
JIRA_BASE_URL: $JIRA_BASE_URL
JIRA_USER_EMAIL: $JIRA_USER_EMAIL
JIRA_API_TOKEN: $JIRA_API_TOKEN
JIRA_PROJECT: "PROJ"
JIRA_ISSUE_SUMMARY: "This is a sample issue summary"

 

Updated pipes

azure-aks-deploy

azure-storage-deploy-logo_avatar.png

atlassian/azure-aks-deploy:1.0.0
Deploy a containerized application to AWS ECS

Changes:

 

aws-ecs-deploy

aws-ecs-deploy-logo_avatar.png

atlassian/aws-ecs-deploy:1.3.0
Deploy a containerized application to AWS ECS

Changes:

  • Add support for the FORCE_NEW_DEPLOYMENT variable. Use this option
    if you need to trigger a new deployment with no service definition changes:
    if your updated Docker image uses the same tag as what is in the existing task
    definition for your service (for example, my_image:latest).

 

snyk-scan

snyk-pipe-logo_avatar.png

snyk/snyk-scan:0.4.6
The pipe uses Snyk to find, fix and monitor known vulnerabilities in your app dependencies and docker image.

Changes:

  • Fix docker configuration

  • Fix DOCKER_HOST config

 

firebase-deploy

firebase-deploy-logo_avatar (1).png

atlassian/firebase-deploy:0.7.0
Deploy your code to Firebase

Changes:

  • Update NodeJS version to 12 lts in the Docker image.

  • Update firebase-tools version to the 8.14.1.

  • Add support for flexible NodeJS LTS verions.

 

google-gke-kubectl-run

google-gke-kubectl-run-logo_avatar.png

atlassian/google-gke-kubectl-run:1.3.1
Run a command against a Google Kubernetes Engine cluster. This pipe uses kubectl, a command line interface for running commands against Kubernetes clusters.

Changes:

  • Update dependency kubectl to 1.19.3 version.

 

aws-lambda-deploy

aws-ecs-deploy-logo_avatar.png

atlassian/aws-lambda-deploy:0.5.7
Update Lambda function code and create new version, and create/update aliases pointing to versions.

Changes:

  • Bugfix: enabling debug.

 

To discover more pipes, visit our Bitbucket Pipes Marketplace.

 

 

Top Community questions

 

If you’d like help with Bitbucket Pipes, or you have an issue or feature request, let us know on Community.

 

1 comment

PrivacyIsARight November 19, 2020

What happened to the memory metrics in bitbucket-pipelines? They're gone.

Like Charlie likes this

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events