Files
devops-lib-gcp/test/stubs/com/meesho/utilities/getYamlParameter.groovy
T
2026-08-26 02:02:24 +05:30

6 lines
112 B
Groovy

package com.meesho.utilities
class getYamlParameter {
def getParam(String path, String fileName) { [:] }
}