Skip to main content
Tools for interacting with Jenkins.

Overview

The langchain-jenkins package allows you to execute and control CI/CD pipelines with Jenkins.

Setup

Install langchain-jenkins:

Credentials

You’ll need to setup or obtain authorization to access Jenkins server.

Instantiation

To disable the SSL Verify, set os.environ["PYTHONHTTPSVERIFY"] = "0"

Invocation

You can now call invoke and pass arguments.
  1. Create the Jenkins job
  1. Run the Jenkins Job
  1. Get job info
  1. Delete the jenkins job

Chaining

TODO.

API reference

For detailed documentation API reference