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)!
atlassian/azure-aca-deploy:0.1.1 Deploy files and directories to Azure Container Apps. |
script: - pipe: atlassian/azure-aca-deploy:0.1.1 variables: AZURE_CLIENT: $AZURE_CLIENT AZURE_CLIENT_SECRET: $AZURE_CLIENT_SECRET AZURE_TENANT_ID: $AZURE_TENANT_ID AZURE_RESOURCE_GROUP: 'my-group' AZURE_CONTAINER_APP_NAME: 'my-container' CONFIG_PATH: 'config.yaml' DEBUG: 'true'
atlassian/azure-acr-push-image:0.1.0 Pushes docker images to the Microsoft Azure Container Registry |
script: # build the image before push - docker build -t examples/my-acr-image . # use the pipe to push the image to Azure ACR - pipe: atlassian/azure-acr-push-image:0.1.0 variables: AZURE_TOKEN_NAME: $AZURE_TOKEN_NAME AZURE_TOKEN_PWD: $AZURE_TOKEN_PWD AZURE_REGISTRY: "https://myregistryname.azurecr.io" IMAGE_NAME: "examples/my-acr-image"
scribe-security/valint-pipe:0.2.1 Generate Software Bill Of Materials (SBOM) for container images, filesystems and git repositories |
script:
- pipe: scribe-security/valint-pipe:0.2.1 variables: COMMAND_NAME: bom TARGET: busybox:latest VERBOSE: 2 FORCE: "true"
atlassian/spinnaker-trigger-pipeline:0.1.2 This is a pipe to trigger pipelines in Spinnaker |
script: - pipe: atlassian/spinnaker-trigger-pipeline:0.1.2 variables: SPINNAKER_ENDPOINT: 'http://your-spinnaker.net:8084' SPINNAKER_APP_NAME: 'my-app' WEBHOOK_URL: 'http://your-spinnaker.net:8084/webhooks/webhook/demo'
wpengine/wpe-site-deploy:1.0.1 Deploy your code directly to WP Engine. |
pipelines: branches: main: - step: name: Deploy to Production script: - pipe: wpengine/wpe-site-deploy:v1 variables: WPE_SSHG_KEY_PRIVATE: $WPE_SSHG_KEY_PRIVATE WPE_ENV: '<sitename>'
atlassian/bitbucket-build-statistics:1.2.0 This pipe is used to get build minutes statistics at bitbucket repository level.
|
atlassian/bitbucket-upload-file:0.4.0 Deploy a file (build artifacts, build reports, etc.) from Bitbucket Pipelines to Bitbucket Downloads.
|
atlassian/trigger-pipeline:5.1.2 Trigger a pipeline in a Bitbucket repository.
|
Execute a kubectl command on your Kubernetes cluster.
|
Find, fix and monitor known vulnerabilities in your app dependencies and docker image.
|
atlassian/google-app-engine-deploy:1.2.0 Deploy an application to Google App Engine.
|
atlassian/jira-create-issue:0.3.1 With this pipe you can create a JIRA issue from a Bitbucket Pipeline
|
atlassian/aws-cloudformation-deploy:0.16.0 Deploy your stack configuration template to AWS CloudFormation
|
This is a pipe to fetch secrets from a HashiCorp vault
|
42crunch/api-security-audit:3.4.0 The pipe performs a static REST API analysis of your OpenAPI (Swagger) files, and uses more than 200 checks on best practices and potential vulnerabilities to ensure their quality and security.
|
atlassian/azure-storage-deploy:1.1.0 Deploy files and directories to Azure Storage.
|
atlassian/datadog-send-event:2.0.2 Send an event to Datadog.
|
atlassian/opsgenie-send-alert:1.0.1 Sends alert to Opsgenie
|
atlassian/bitbucket-pipe-release:5.3.2 Release a Bitbucket Pipe
|
Deploy to Amazon S3.
|
Deploys your code to a remote server via the FTP protocol
|
atlassian/bitbucket-clear-cache:3.3.0 This pipe allows you to clear Bitbucket Pipelines caches
|
atlassian/aws-lambda-deploy:1.8.2 Deploy function to AWS Lambda.
|
jcountsnr/newrelic_observability_event:0.0.7 Send an event to New Relic.
|
To discover more pipes, visit our Bitbucket Pipes Marketplace.
If you’d like to suggest a pipe to be improved or new pipe to be implemented, please, find the appropriate ticket in the list of existing tickets , vote for them or create a new suggestion request with type Suggestion and Component: Pipelines - Pipes.
If you’d like help with Bitbucket Pipes, or you have an issue or feature request, let us know on Community.
Oleksandr Kyrdan
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
0 comments