String jobName()

in create_jobs.groovy [210:212]


String jobName(String location, String jdk) {
    return location + '-' + jdk;
}