mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
5fe76eb9dc
The characteristics of a list are o the order of the entries is significant o duplicates are allowed The characteristics of a set are o the order is not significant o duplicates are not allowed. When describing keys for a step the characteristics of a set applies here, whereas the characteristics of a list does not apply.