From 491be312b06b5b6bf4500cb500cfdf946d08fd28 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Tue, 30 Sep 2025 03:38:14 +0200 Subject: [PATCH] Add CITATION for BibTeX (#11122) * Add CITATION for BibTeX Signed-off-by: Alexander Brandes * Update CITATION.cff Co-authored-by: Mark Waite --------- Signed-off-by: Alexander Brandes Co-authored-by: Kris Stern Co-authored-by: Mark Waite --- CITATION.cff | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000000..a637554f84 --- /dev/null +++ b/CITATION.cff @@ -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