Tag

python-jenkins

0 views collected around this technical thread.

360 Quality & Efficiency
360 Quality & Efficiency
Nov 20, 2020 · Operations

Using Python‑Jenkins API to Manage Jenkins Jobs and Views

This guide explains how to install the python‑jenkins library, connect to a Jenkins server from Python, and perform common job and view operations such as building jobs with or without parameters, enabling/disabling jobs, copying jobs, and managing views.

Jenkinsautomationci/cd
0 likes · 3 min read
Using Python‑Jenkins API to Manage Jenkins Jobs and Views
DevOps Cloud Academy
DevOps Cloud Academy
Feb 14, 2020 · Operations

Managing Jenkins Jobs with the python‑jenkins API

This tutorial demonstrates how to install the python‑jenkins library, explore its extensive job, node, credential, view and plugin management methods, and use concrete code examples to create, copy, configure, and control Jenkins jobs and pipelines from Python scripts.

Jenkins APIPythonautomation
0 likes · 8 min read
Managing Jenkins Jobs with the python‑jenkins API