Connect Jenkins with AI language models to automate and manage your CI/CD pipelines. Leverage the power of AI to interact with Jenkins tools securely and efficiently, enhancing your development workflow. Simplify job management and build monitoring with easy access to Jenkins functionalities.
Tools
get_running_builds
Get all running builds from Jenkins Returns: list[Build]: A list of all running builds
get_build_info
Get specific build info from Jenkins Args: fullname: The fullname of the job build_number: The number of the build, if None, get the last build Returns: Build: The build info
build_job
Build a job in Jenkins Args: fullname: The fullname of the job parameters: Update the default parameters of the job. Returns: The build number of the job
get_all_jobs
Get all jobs from Jenkins Returns: list[dict]: A list of all jobs