-
Notifications
You must be signed in to change notification settings - Fork 16.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[community] Add Jenkins tool support. #29430
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
c3546b1
to
c560158
Compare
c560158
to
39cc487
Compare
5c1218a
to
5e8b9a0
Compare
This PR are used to support Jenkins API to cover below feature, * Create Jenkin Job. * Delete Jenkin Job. * Run the Jenkin job. * Get Job Status.
5e8b9a0
to
06e1e9b
Compare
6ec7b0c
to
e1c75c9
Compare
e1c75c9
to
9d897e3
Compare
4c59c6f
to
bf8356c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, thanks for this!
This adds a new integration into langchain-community
. We are recommending that these be implemented via external packages. Would you be interested in publishing an OSS integration package (e.g., langchain-jenkins
)? We've written a walkthrough on this process here:
https://python.langchain.com/docs/contributing/how_to/integrations/
We are encouraging contributors of LangChain integrations to go this route. This way we don't have to be in the loop for reviews, you're able to properly integration test the model, and you have control over versioning (including of the jenkins
dependency).
Docs would continue to be maintained in the langchain
repo.
Let me know what you think!
This PR are used to support Jenkins API to cover below feature,
Thank you for contributing to LangChain!
PR title: "package: description"
PR message: Delete this entire checklist and replace with
Add tests and docs: If you're adding a new integration, please include
docs/docs/integrations
directory.Lint and test: Run
make format
,make lint
andmake test
from the root of the package(s) you've modified. See contribution guidelines for more: https://python.langchain.com/docs/contributing/Additional guidelines:
If no one reviews your PR within a few days, please @-mention one of baskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17.