nci/data/projects/project2/config.json

13 lines
225 B
JSON
Raw Normal View History

2015-04-12 22:19:42 +00:00
{
"scm": {
"type": "mercurial",
"repository": "./test/repos/mercurial",
"rev": "1"
},
"steps": [
{"cmd": "echo 11 > 11.txt"},
{"cmd": "sleep 4"},
{"cmd": "echo 22 > 22.txt"},
{"cmd": "cat 11.txt 22.txt"}
2015-04-12 22:19:42 +00:00
]
}