github.com/jfrog/jfrog-cli-go@v1.22.1-0.20200318093948-4826ef344ffd/testsdata/specs/upload_with_props_spec.json (about) 1 { 2 "files": [ 3 { 4 "pattern": "testsdata/a/b/c/c1.in", 5 "target": "${REPO1}/a/b/c/c1.in", 6 "props": "b=1" 7 }, 8 { 9 "pattern": "testsdata/a/b/c/c2.in", 10 "target": "${REPO1}/a/b/c/c2.in", 11 "props": "c=3" 12 }, 13 { 14 "pattern": "testsdata/a/b/c/c3.in", 15 "target": "${REPO1}/a/b/c/c3.in", 16 "props": "c=3" 17 }, 18 { 19 "pattern": "testsdata/a/b/b1.in", 20 "target": "${REPO1}/a/b/b1.in", 21 "props": "a=1;c=5" 22 }, 23 { 24 "pattern": "testsdata/a/b/b2.in", 25 "target": "${REPO1}/a/b/b2.in", 26 "props": "b=1;c=3" 27 }, 28 { 29 "pattern": "testsdata/a/b/b3.in", 30 "target": "${REPO1}/a/b/b3.in", 31 "props": "a=1;b=2;c=3" 32 }, 33 { 34 "pattern": "testsdata/a/a1.in", 35 "target": "${REPO1}/a/a1.in", 36 "props": "a=2;b=3" 37 }, 38 { 39 "pattern": "testsdata/a/a2.in", 40 "target": "${REPO1}/a/a2.in", 41 "props": "a=1" 42 }, 43 { 44 "pattern": "testsdata/a/a3.in", 45 "target": "${REPO1}/a/a3.in", 46 "props": "a=1;b=3;c=3" 47 } 48 ] 49 }