def getLatestTag()

in src/com/epam/edp/Job.groovy [177:182]


    def getLatestTag(tags){
        if (tags == ['noImageExists']){
            return null
        }
        return tags[0]
    }