added files
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package com.meesho.utilities
|
||||
|
||||
class addSSHKey {
|
||||
def create() { }
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package com.meesho.utilities
|
||||
|
||||
class buTeamMapping {
|
||||
def get_team_initials(String team) { 'test' }
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package com.meesho.utilities
|
||||
|
||||
class constructTemplate {
|
||||
def renderTemplate(Map binding, String templateFile, String fileName) { }
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package com.meesho.utilities
|
||||
|
||||
class dockerUtilities {
|
||||
def retryDockerPush(String command) {}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package com.meesho.utilities
|
||||
|
||||
class getDockerParams {
|
||||
def getTag(String repoName) { 'test-tag' }
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package com.meesho.utilities
|
||||
|
||||
class getYamlParameter {
|
||||
def getParam(String path, String fileName) { [:] }
|
||||
}
|
||||
Reference in New Issue
Block a user