mirror of https://github.com/jenkinsci/jenkins.git
Fix CITATION syntax (#11131)
This commit is contained in:
parent
491be312b0
commit
dd78a6a29c
|
@ -1,8 +1,11 @@
|
||||||
cff-version: 1.2.0
|
cff-version: 1.2.0
|
||||||
title: Jenkins
|
title: "Jenkins"
|
||||||
type: software
|
type: software
|
||||||
repository-code: "https://github.com/jenkinsci/jenkins"
|
repository-code: "https://github.com/jenkinsci/jenkins"
|
||||||
url: "https://jenkins.io/"
|
url: "https://jenkins.io/"
|
||||||
|
authors:
|
||||||
|
- name: "Jenkins contributors"
|
||||||
|
affiliation: "Jenkins project"
|
||||||
abstract: >-
|
abstract: >-
|
||||||
In a nutshell, Jenkins is the leading open-source automation server.
|
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,
|
Built with Java, it provides over 2,000 plugins to support automating virtually anything,
|
||||||
|
|
Loading…
Reference in New Issue