nci/projects/project2/config.json
2015-04-13 01:19:42 +03:00

12 lines
226 B
JSON

{
"name": "project2",
"scm": {
"type": "mercurial",
"repository": "./test/repos/mercurial",
"rev": "1"
},
"steps": [
{"type": "shell", "cmd": "echo 11 > 11.txt"},
{"type": "shell", "cmd": "echo 22 > 22.txt"}
]
}