https://github.com/dotmpe/jenkins-templated-builds
JJB templates for Jenkins jobs
https://github.com/dotmpe/jenkins-templated-builds
Last synced: 5 days ago
JSON representation
JJB templates for Jenkins jobs
- Host: GitHub
- URL: https://github.com/dotmpe/jenkins-templated-builds
- Owner: dotmpe
- Created: 2015-08-29T17:53:30.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-05T00:04:41.000Z (about 9 years ago)
- Last Synced: 2025-01-03T07:33:30.782Z (over 1 year ago)
- Language: Shell
- Size: 422 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.rst
- Changelog: ChangeLog.rst
Awesome Lists containing this project
README
Jenkins Templated Builds
========================
:Version: 0.0.4-dev
:Date: |date|
:Created: 2015-08-29
:Updated: 2016-09-20
:Description:
JJB Templates for Jenkins
:Abstract:
YAML's minimalism makes it very interesting for concise, generic metadata. In this particular case, to define the recipe and parameters associated with continuous integration of software |---| the contents of GIT repositories in specific.
Presented here in this ReadMe is an short evaluation of Jenkins Job Builder [JJB] and Jenkins as a CI backend, followed by an overview of some shell and python script tooling.
:Build status:
.. image:: https://secure.travis-ci.org/dotmpe/jenkins-templated-builds.png
:target: https://travis-ci.org/dotmpe/jenkins-templated-builds
:alt: Build
Docs
-----
- `Change Log `_
- `Initial ReadMe `_
Status
------
- No tests. It either runs, or its gone
AKA Keep cruft elsewhere.
- To (dry) run everything, find a shell: ``make update``.
.. |date| date:: %h %d. %Y
.. |time| date:: %H:%M
.. |copy| unicode:: 0xA9 .. copyright sign
.. |tm| unicode:: U+02122 .. trademark sign
.. |---| unicode:: U+02014 .. em dash
:trim:
.. Id: jtb/0.0.4-dev ReadMe.rst