mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-02-19 19:44:27 +02:00
I don't understand why there should be a two dimensional array. When dealing with envs we have normally a list containing entries like []string{"DEBUG=true", "HOME=/home/me"} Having two dimensional env arrays would mean to have several alternate environment in the tests at the same time. Don't think there is a need for that.