mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-11 20:35:08 +00:00
12 lines
228 B
JSON
12 lines
228 B
JSON
|
{
|
||
|
"name": "project1",
|
||
|
"scm": {
|
||
|
"type": "mercurial",
|
||
|
"repository": "./test/repos/mercurial",
|
||
|
"rev": "default"
|
||
|
},
|
||
|
"steps": [
|
||
|
{"type": "shell", "cmd": "echo 1 > 1.txt"},
|
||
|
{"type": "shell", "cmd": "echo 2 > 2.txt"}
|
||
|
]
|
||
|
}
|