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/bitbucket-chatgpt-codereview:0.1.2 Unlock AI's power of ChatGPT for code review of pull requests |
pipelines: pull-requests: '**': - step: name: Build for any pull request created script: - pipe: atlassian/bitbucket-chatgpt-codereview:0.1.1 variables: OPENAI_API_KEY: $OPENAI_API_KEY BITBUCKET_ACCESS_TOKEN: $BITBUCKET_ACCESS_TOKEN MODEL: 'gpt-4-turbo-preview' default: - step: name: All other builds script: - echo "Default build"
|
atlassian/bitbucket-iac-scan:0.2.0 Perform IaCSS with KICS. IaCSS examines configuration definitions and scripts used to instantiate infrastructure to ensure the resulting resources are secure. |
script: - pipe: atlassian/bitbucket-iac-scan:0.2.0 variables: FILES_TO_SCAN_PATH: ./my_files_to_scan
atlassian/crate-ci-typos-check:1.2.3 Source code spell checker |
script: - pipe: atlassian/crate-ci-typos-check:1.2.3
atlassian/poetry-cli-setup:0.2.0 Setup Poetry CLI in Bitbucket Pipelines |
script: - pipe: atlassian/poetry-cli-setup:0.2.0 - ./setup-poetry.sh - poetry install - poetry run pytest
cqse/teamscale-bitbucket-pipeline:1.0.2 A Bitbucket pipe for uploading external reports to Teamscale |
pipelines: branches: master: - step: name: create code coverage script: # Create your reports here - ./run-coverage.sh artifacts: # Store reports for usage in upload step paths: - coverage-reports/cobertura.xml - step: name: upload reports to Teamscale script: - pipe: cqse/teamscale-bitbucket-pipeline:1.0.2 variables: SERVER: ${TEAMSCALE_SERVER} PROJECT: ${TEAMSCALE_PROJECT} USER: ${TEAMSCALE_USER} ACCESSKEY: ${TEAMSCALE_ACCESS_KEY} PARTITION: 'bitbucket-reports' INPUT: '.teamscale-reports'
launchdarkly/ld-find-code-refs-pipe:2.12.0 Job for finding and sending feature flag code references to LaunchDarkly
|
atlassian/azure-storage-deploy:2.2.0 Deploy files and directories to Azure Storage
|
atlassian/aws-lambda-deploy:1.11.1 Deploy function to AWS Lambda
|
atlassian/azure-aks-helm-deploy:3.3.0 Deploy to AKS (Azure Kubernetes Service) using Helm
|
atlassian/azure-aks-deploy:1.3.0 Deploy to AKS (Azure Kubernetes Service) using Kubectl
|
This pipe uses Snyk to find, fix and monitor known vulnerabilities in your app dependencies and docker image
|
atlassian/google-cloud-storage-deploy:2.0.0 Deploy code to Google Cloud Storage
|
atlassian/aws-eks-kubectl-run:2.8.0 Execute a kubectl command on your Amazon EKS (Elastic Kubernetes Service) cluster.
|
scribe-security/valint-pipe:1.1.0 Generate Software Bill Of Materials (SBOM) for container images, filesystems and git repositories
|
Send a notification to email.
|
atlassian/aws-cloudformation-deploy:0.20.0 Deploy your stack configuration template to AWS CloudFormation
|
Deploy to Amazon S3.
|
atlassian/firebase-deploy:5.1.0 Deploy your code to Firebase using this pipe.
|
atlassian/jira-create-issue:0.7.0 With this pipe you can create a JIRA issue from a Bitbucket Pipeline
|
This is a pipe to perform scan by Renovate
|
configcat/scan-repository-pipe:1.4.4 Find code references to ConfigCat feature flags and settings in your source code.
|
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