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