nci/projects/project2/config.json

14 lines
314 B
JSON

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