mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-12 10:45:09 +00:00
13 lines
225 B
JSON
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"}
|
|
]
|
|
} |