From 834e958f84f60143d1835ccac368bd0492e35a09 Mon Sep 17 00:00:00 2001 From: tiloKo <70266685+tiloKo@users.noreply.github.com> Date: Tue, 10 Sep 2024 17:37:12 +0200 Subject: [PATCH] dummy to restart broken unit test --- DEVELOPMENT.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 9d826844ce..8ff87b8874 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -710,6 +710,8 @@ Add the three to four lines to you git config and this will do the necessary suc ## Best practices for writing groovy +New steps should be written in go. + ### Coding pattern Pipeline steps must not make use of return values. The pattern for sharing parameters between pipeline steps or between a pipeline step and a pipeline script is sharing values via the [`commonPipelineEnvironment`](../vars/commonPipelineEnvironment.groovy). Since there is no return value from a pipeline step the return value of a pipeline step is already `void` rather than `def`.