21 captures
23 Feb 2015 - 19 Jan 2026
Jan FEB Mar
23
2014 2015 2016
success
fail

About this capture

COLLECTED BY

Organization: Internet Archive

The Internet Archive discovers and captures web pages through many different web crawls. At any given time several distinct crawls are running, some for months, and some every day or longer. View the web archive through the Wayback Machine.

Collection: Survey Crawl Number 2 - Started Dec 17th, 2014 - Ended Jul 31st, 2015

The seed for this crawl was a list of every host in the Wayback Machine

This crawl was run at a level 1 (URLs including their embeds, plus the URLs of all outbound links including their embeds)

The WARC files associated with this crawl are not currently available to the general public.

TIMESTAMPS

The Wayback Machine - http://web.archive.org/web/20150223221742/https://github.com/openstack-infra/jenkins-job-builder
  Skip to content  



Sign up  Sign in  

This repository



Explore  

Features  

Enterprise  

Blog  











Watch  

Star  

Fork  

/jenkins-job-builder  







Code  

Pull Requests  




Pulse  

Graphs  



HTTPS clone URL




Subversion checkout URL




You can clone with  HTTPSorSubversion.  
Download ZIP  





http://openstack.org
 






1,088   commits  

1 branch  

13 releases  

106   contributors  




(一) Python  99.7%  

(二) Other  0.3%  






PythonOther  


branch:  master  


Switch branches/tags  





Branches  

Tags  





master  

Nothing to show
 



1.1.0  

1.0.0  

0.9.0  

0.8.1  

0.8.0  

0.7.0  

0.6.0  

0.5.0  

0.4.2  

0.4.0  

0.3.0  

0.2.0  

0.1.0  


Nothing to show
 




jenkins-job-builder/

 
Fetching latest commit  



Cannot retrieve the latest commit at this time
 

Failed to load latest commit information.
doc Merge "Interpolate params inside of params."
etc Merge "Error on duplicate job names being found"
jenkins_jobs Merge "adds support for not condition in conditional_step"
samples reference tests as examples
tests Merge "adds support for not condition in conditional_step"
tools Switch to new project-config repo
.gitignore Ignore testr_subunit_log
.gitreview Updated .gitreview location
.testr.conf Tests for publishers
LICENSE Add a LICENSE file.
MANIFEST.in Just give in and use setuptools_git.
README.rst Fix formatting for inclusion of README.rst
requirements.txt Depend on python-jenkins 0.4.1 or later
setup.cfg Merge "Adding coverage.py publisher for ShiningPanda Plugin"
setup.py Migrate to pbr
test-requirements.txt Move ordereddict to requirements
tox.ini Rename doc environment to docs


README.rst  

README


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.

To install:
$ sudo python setup.py install

Online documentation:


http://ci.openstack.org/jenkins-job-builder/

Developers


Bug report:


https://storyboard.openstack.org/#!/project/723


Repository:


https://git.openstack.org/cgit/openstack-infra/jenkins-job-builder


Cloning:


git clone https://git.openstack.org/openstack-infra/jenkins-job-builder


Patches are submitted via Gerrit at:


https://review.openstack.org/


Please do not submit GitHub pull requests, they will be automatically closed.

More details on how you can contribute is available on our wiki at:


http://docs.openstack.org/infra/manual/developers.html

Writing a patch


We ask that all code submissions be pep8 and pyflakes clean. The easiest way to do that is to run tox before submitting code for review in Gerrit. It will run pep8 and pyflakes in the same manner as the automated test suite that will run on proposed patchsets.

When creating new YAML components, please observe the following style conventions:


All YAML identifiers (including component names and arguments) should be lower-case and multiple word identifiers should use hyphens. E.g., "build-trigger".

The Python functions that implement components should have the same name as the YAML keyword, but should use underscores instead of hyphens. E.g., "build_trigger".


This consistency will help users avoid simple mistakes when writing YAML, as well as developers when matching YAML components to Python implementation.

Installing without setup.py


For YAML support, you will need libyaml installed.

Mac OS X:
$ brew install libyaml

Then install the required python packages using pip:
$ sudo pip install PyYAML python-jenkins
 








Status

API

Training

Shop

Blog

About
 


© 2015 GitHub, Inc.

Terms

Privacy

Security

Contact
 













Something went wrong with that request. Please try again.