Personal tools
Skip to content. | Skip to navigation
Jenkins customizable-header
Jenkins dark-theme
Jenkins flatpickr-api
Jenkins solarized-theme
Jenkins CLI tool (wrapper for jenkins-cli.jar) /usr/bin/jenkins-cli
The plugin manager downloads plugins and their dependencies into a folder so that they can easily be imported into an instance of Jenkins. The goal of this tool is to replace the Docker install-plugins.sh script and the many other implementations of plugin management that have been recreated across Jenkins. The tool also allows users to see more information about the plugins they are downloading such as available updates and security warnings. By default, plugins will be downloaded; the user can specify not to download plugins using the --no-download option. Usage ----- /usr/bin/jenkins-plugins --help
Slave setup for Jenkins/SSH/Java client. This does the static/software setup that Jenkins would perform launching a slave node. The global 'Remote working directory' may be set to /var/lib/jenkins.
Package apache-airflow-providers-jenkins Release: 3.6.1 Jenkins
Python Jenkins is a library for the remote API of the Jenkins continuous integration server. It is useful for creating and managing jobs as well as build nodes.
Jenkins Job Builder takes simple descriptions of Jenkins jobs in YAML format, and uses them to configure Jenkins. You can keep your job descriptions in human readable text format in a version control system to make changes and auditing easier. It also has a flexible template system, so creating many similarly configured jobs is easy.