mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-11 15:45:07 +00:00
14 lines
314 B
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"}
|
|
]
|
|
} |