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

Bitbucket Pipes digest: July 2020

Hi,

We’re happy to introduce our new monthly Bitbucket Pipes digest. From now on, you’ll get the latest updates in this space. Don’t forget to subscribe (click Watch and select Articles)!

This month we’re introducing three new pipes:

checkstyle-report

checkstyle-report-logo_avatar.png

atlassian/checkstyle-report:0.1.4
Create a Bitbucket Code Insight report based on Checkstyle result files generated by the build.

script:
  - npm install
  - npx eslint --format=checkstyle -o checkstyle-result.xml *.js
after-script:
  - pipe: atlassian/checkstyle-report:0.1.4

 

 

jfrog-setup-cli

jfrog-setup-cli-logo_avatar.png

jfrog/jfrog-setup-cli:1.0.0
This Bitbucket Pipe downloads, installs and configures JFrog CLI, so that it can be used as part of your YAML configuration.

script:
  - pipe: jfrog/jfrog-setup-cli:1.0.0
  - source ./jfrog-setup-cli.sh

 

 

webhookrelay-function-deploy

webhookrelay-function-deploy-logo_avatar.png

webhookrelay/webhookrelay-function-deploy:0.2.5
A pipe that deploys Webhook Relay functions. Functions can be attached to bucket public endpoints (Inputs) or destinations (Outputs) to modify, transform and filter webhooks or API requests.

script:
  - pipe: webhookrelay/webhookrelay-function-deploy:0.2.5
    variables:
      FUNCTION_NAME: 'dockerhub_to_slack'
      FUNCTION_FILE: 'dockerhub_to_slack.lua'
      RELAY_KEY: $RELAY_KEY
      RELAY_SECRET: $RELAY_SECRET


Updated pipes

We also have updates on existing pipes:

 

firebase-deploy

firebase-deploy-logo_avatar (1).png

atlassian/firebase-deploy:0.4.0
Deploy your code to Firebase.

 

Changes:

  • Added support for google service account key authentication method as KEY_FILE env.

 

kubectl-run

kubernetes-deploy-logo_avatar.png

atlassian/kubectl-run:1.1.8
Run a command against a Kubernetes cluster. This pipe uses kubectl, a command line interface for running commands against Kubernetes clusters.

 

Changes:

  • Added simple validation YAML template.

 

debricked-scan

debricked-scan-logo_avatar.png

debricked/debricked-scan:1.0.1
Pipe for integrating Bitbucket with Debricked. Automatically analyse your latest commits and pull requests for known vulnerabilities.

 

Changes:

  • New debricked-cli version, supports uploading adjacent dependency tree files.

 

sentry-new-release

sentry-releases-pipe-logo_avatar.png

sentryio/sentry-new-release:0.2.6
Notify Sentry of any Bitbucket Pipelines builds to automatically manage releases and quickly surface any errors associated with a given build.

Changes:

  • Added support for SENTRY_PIPELINE and SENTRY_LOG_LEVEL environment variables.

 

To discover more pipes, visit our Bitbucket Pipes Marketplace.

 

0 comments

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events