nci/data/projects/project2/config.json
2015-06-14 23:31:17 +03:00

13 lines
225 B
JSON

{
"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"}
]
}