File: readme.rst

package info (click to toggle)
python-jenkinsapi 0.3.17-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,500 kB
  • sloc: python: 10,001; xml: 50; makefile: 31; sh: 26
file content (24 lines) | stat: -rw-r--r-- 1,625 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
"How To..." examples
====================

This directory contains a set of examples or recipes for common tasks in JenkinsAPI.

========================================= ==================================================
     Example                                          Description
----------------------------------------- --------------------------------------------------
add_command.py                            create new job and then add shell build step to it
create_a_job.py                           create new job
create_credentials.py                     create new credential
create_nested_views.py                    create nested views using Nested Views Jenkins plugin
create_slave.py                           create jnlp ans ssh slave
create_views.py                           create views, assign and delete jobs in views
delete_all_the_nodes.py                   delete all slaves except master
get_config.py                             get job configuration XML
get_plugin_infomation.py                  show information about plugin
get_version_info_from_last_good_build.py  get Git revision from last successful build
query_a_build.py                          get build information
search_artifact_by_regexp.py              search for job artifacts using regular expression
search_artifacts.py                       search for artifacts
start_parameterized_build.py              start a build with parameters
use_crumbs.py                             how to work with CSRF protection enabled in Jenkins
========================================= ==================================================