Refactor Bitbucket Pipeline Integration and Update Documentation#386
Conversation
|
/describe |
PR Analysis
PR Feedback
How to use
|
|
/review |
PR Analysis
PR Feedback
How to use
|
…ipeline Refactor Bitbucket Pipeline Integration and Update Documentation
PR Type:
Refactoring, Documentation
PR Description:
This PR refactors the Bitbucket Pipeline integration by removing redundant functionality and updating the instructions in INSTALL.md. The changes simplify the process of setting up PR-Agent as a Bitbucket Pipeline, making it easier for users to integrate PR-Agent into their workflow.
PR Main Files Walkthrough:
files:
pr_agent/servers/bitbucket_pipeline_runner.py: The entire content of this file has been removed, indicating that the functionality it provided is no longer needed.bitbucket_pipeline/entrypoint.sh: The script command to run the bitbucket_pipeline_runner.py has been removed.Dockerfile.bitbucket_pipeline: The Dockerfile for the Bitbucket pipeline has been significantly reduced, removing environment variable settings and other setup steps.INSTALL.md: The instructions for setting up PR-Agent as a Bitbucket Pipeline have been updated and simplified. The new instructions no longer require the user to clone the repository and build a Docker image. Instead, they can directly run the PR-Agent Docker image with the appropriate environment variables.