[infra] missing ,

This commit is contained in:
Mike Aizatsky 2016-08-16 13:21:58 -07:00 committed by GitHub
parent da4ce50ee9
commit 3ffd9ebc91
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ def call(body) {
}
def revText = groovy.json.JsonOutput.toJson(revs)
writeFile file: "$wsPwd/${sanitizer}.rev" text: revText
writeFile file: "$wsPwd/${sanitizer}.rev", text: revText
echo "revisions: $revText"
if (dockerContextDir == null) {