~canonical-platform-qa/qa-jenkins-jobs/update-chroot-builder

« back to all changes in this revision

Viewing changes to jobs/macros.yaml

  • Committer: Sergio Cazzolato
  • Date: 2017-02-03 17:30:00 UTC
  • Revision ID: sergio.cazzolato@canonical.com-20170203173000-ygsvuw9l4qyft1fh
Adding double {} for json file

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
            ### Add global_info
38
38
            cat > global_info.json <<EOF
39
39
            {
40
 
                "device": "{device}",
41
 
                "model": "{model}",
42
 
                "os": "{os}",
43
 
                "release": "{release}",
44
 
                "arch": "{arch}",
45
 
                "class": "{class}",
 
40
                "device": "{{device}}",
 
41
                "model": "{{model}}",
 
42
                "os": "{{os}}",
 
43
                "release": "{{release}}",
 
44
                "arch": "{{arch}}",
 
45
                "class": "{{class}}",
46
46
                "build": "$BUILDSTAMP"
47
47
            }
48
48
            EOF