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:
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/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/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
We also have updates on existing pipes:
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.
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/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.
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.
Oleksandr Kyrdan
0 comments