mirror of https://github.com/jenkinsci/jenkins.git
Add CITATION for BibTeX (#11122)
* Add CITATION for BibTeX Signed-off-by: Alexander Brandes <mc.cache@web.de> * Update CITATION.cff Co-authored-by: Mark Waite <mark.earl.waite@gmail.com> --------- Signed-off-by: Alexander Brandes <mc.cache@web.de> Co-authored-by: Kris Stern <krisstern@outlook.com> Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
This commit is contained in:
parent
349d4fc407
commit
491be312b0
|
@ -0,0 +1,16 @@
|
|||
cff-version: 1.2.0
|
||||
title: Jenkins
|
||||
type: software
|
||||
repository-code: "https://github.com/jenkinsci/jenkins"
|
||||
url: "https://jenkins.io/"
|
||||
abstract: >-
|
||||
In a nutshell, Jenkins is the leading open-source automation server.
|
||||
Built with Java, it provides over 2,000 plugins to support automating virtually anything,
|
||||
so that humans can spend their time doing things machines cannot.
|
||||
keywords:
|
||||
- jenkins
|
||||
- continuous-integration
|
||||
- continuous-delivery
|
||||
- pipelines
|
||||
- automation
|
||||
license: MIT
|
Loading…
Reference in New Issue