Skip to content

Commit

Permalink
dummy to restart broken unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
tiloKo committed Sep 10, 2024
1 parent 082bcf5 commit 834e958
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 834e958

Please sign in to comment.