Personal tools
Skip to content. | Skip to navigation
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.
Jenkins Utils .. contents:: :local: :depth: 2AbstractImplements some jenkins utils in python way.Notesjenkins-utils does not support plain-credentials, ssh- credentials plugins, so there's no option to encrypt/decrypt these data yet.
Apache/Airflow jenkins provider
Introduction ============ Simple buildout recipe that generated three commands *push a jenkins job*, *pull a jenkins job* and *trigger build on jenkins job*. Recipe enables developer to sync configuration on Jenkins with buildout configuration. Workflow to be used with the recipe: - create and configure a job through the web - run pull jenkins job - later, make more changes the job through the web - run pull jenkins job and use your SCM to diff the config - (optional) push configuration to any other server or use it as restore - (optional) trigger build, because you are too lazy to wait n minutes for cronjob
This package provides an extension to the test runner to the one that ships with zope.testrunner, as well as a buildout recipe based on zc.recipe.testrunner to install a test script for this test runner. The test runner is identical to the one in zope.testrunner, but it is capable of writing test reports in the XML format output by JUnit/Ant. This allows the test results to be analysed by tools such as the Jenkins continuous integration server. The recipe accepts the same options as zc.recipe.testrunner, so look at its documentation for details. When buildout is run, you should have a script in bin/test and a directory parts/test. To run the tests, use the bin/test script. If you pass the --xml option, test reports will be written to parts/test/testreports directory: $ bin/test --xml -s my.package Use bin/test --help for a full list of options. If you are using Jenkins, you can now configure the build to publish JUnit test reports for <buildoutdir>/parts/test/testreports/*.xml.
grafana-dashboard-builder is an open-source tool for easier creation of Grafana dashboards. It is written in Python and uses YAML descriptors for dashboard templates. This project has been inspired by Jenkins Job Builder that allows users to describe Jenkins jobs with human-readable format. grafana-dashboard-builder aims to provide similar simplicity to Grafana dashboard creation and to give users easy way how they can create dashboard templates filled with different configuration.
Jenkins htmlpublisher
Jenkins plugins as RPM packages. Some enterprise organisations have policies blocking access to Jenkins mirrors and make it impossible to use Jenkins in-built update centre to manage plugins. This package makes these available as RPM packages.
This is a metapackage bringing in jenkins extras requires for python3-apache-airflow. It makes sure the dependencies are installed.