From 4b940e8d40361a7836e994e70ea8f8c6b9e62e21 Mon Sep 17 00:00:00 2001 From: Jamie Tanna Date: Fri, 1 Jul 2022 15:41:46 +0100 Subject: [PATCH] Add release notes for 1.80.0 --- docs/Home.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Home.md b/docs/Home.md index 40f98947b..afc29860a 100644 --- a/docs/Home.md +++ b/docs/Home.md @@ -32,6 +32,8 @@ scripts, including [[tests for DSL scripts|Testing DSL Scripts]] and [[IDE Suppo Browse the Jenkins issue tracker to see any [open issues](https://issues.jenkins-ci.org/issues/?filter=15140). ## Release Notes +* 1.80.0 (July 1 2022) + * Don't destroy credentials when re-creating organization folders ([GH-1251](https://github.com/jenkinsci/job-dsl-plugin/pull/1251) [JENKINS-44681](https://issues.jenkins.io/browse/JENKINS-44681)) * 1.79.0 (April 14 2022) * Allow using classes not supported by `structs` for `DescribableContext` ([GH-1202](https://github.com/jenkinsci/job-dsl-plugin/pull/1202) [JENKINS-57435](https://issues.jenkins-ci.org/browse/JENKINS-57435)) ** Note that this has the potential to be unsafe and can lead to source-controlled secrets. Please be **very cautious** when embedding secrets into source control!