mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-05 21:30:40 +08:00
Replace Qodo Merge references with PR-Agent in Bitbucket documentation
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
## Run as a Bitbucket Pipeline
|
## Run as a Bitbucket Pipeline
|
||||||
|
|
||||||
|
|
||||||
You can use the Bitbucket Pipeline system to run Qodo Merge on every pull request open or update.
|
You can use the Bitbucket Pipeline system to run PR-Agent on every pull request open or update.
|
||||||
|
|
||||||
1. Add the following file in your repository bitbucket-pipelines.yml
|
1. Add the following file in your repository bitbucket-pipelines.yml
|
||||||
|
|
||||||
@ -11,7 +11,7 @@ pipelines:
|
|||||||
'**':
|
'**':
|
||||||
- step:
|
- step:
|
||||||
name: PR Agent Review
|
name: PR Agent Review
|
||||||
image: python:3.10
|
image: python:3.12
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
script:
|
script:
|
||||||
@ -54,7 +54,7 @@ python cli.py --pr_url https://git.onpreminstanceofbitbucket.com/projects/PROJEC
|
|||||||
|
|
||||||
### Run it as service
|
### Run it as service
|
||||||
|
|
||||||
To run Qodo Merge as webhook, build the docker image:
|
To run PR-Agent as webhook, build the docker image:
|
||||||
```
|
```
|
||||||
docker build . -t codiumai/pr-agent:bitbucket_server_webhook --target bitbucket_server_webhook -f docker/Dockerfile
|
docker build . -t codiumai/pr-agent:bitbucket_server_webhook --target bitbucket_server_webhook -f docker/Dockerfile
|
||||||
docker push codiumai/pr-agent:bitbucket_server_webhook # Push to your Docker repository
|
docker push codiumai/pr-agent:bitbucket_server_webhook # Push to your Docker repository
|
||||||
|
Reference in New Issue
Block a user