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