package com.meesho.utilities class getDockerParams { def getTag(String repoName) { 'test-tag' } }