Talk:Jenkins
From BCCD 3.0
(Difference between revisions)
Line 1: | Line 1: | ||
= Building jobs automatically = | = Building jobs automatically = | ||
+ | |||
+ | == jenkins-job-builder == | ||
* Will try [https://docs.openstack.org/infra/jenkins-job-builder/ Jenkins Job Builder]. Installs easily from deb package <code>jenkins-job-builder</code> | * Will try [https://docs.openstack.org/infra/jenkins-job-builder/ Jenkins Job Builder]. Installs easily from deb package <code>jenkins-job-builder</code> | ||
- | + | * <code>python3-jenkins-job-builder</code> installs and seems to work for some operations, but might not be written for Python 3.5 (what stretch has available). When it raises KeyError, it tries to pull out a messages attribute which does not exist. | |
+ | |||
+ | == Tips == | ||
+ | |||
+ | * Escape literal <code>{</code> to pass to a shell with <code>{{</code> |
Revision as of 02:49, 24 August 2018
Building jobs automatically
jenkins-job-builder
- Will try Jenkins Job Builder. Installs easily from deb package
jenkins-job-builder
-
python3-jenkins-job-builder
installs and seems to work for some operations, but might not be written for Python 3.5 (what stretch has available). When it raises KeyError, it tries to pull out a messages attribute which does not exist.
Tips
- Escape literal
{
to pass to a shell with{{