mirror of
https://github.com/bia-technologies/precommit4onec.git
synced 2024-11-24 08:32:25 +02:00
#ONECICD-147
Замечания
This commit is contained in:
parent
e2fb8392d5
commit
2db667c850
4
.gitignore
vendored
4
.gitignore
vendored
@ -2,5 +2,5 @@ bdd-log.xml
|
||||
*.ospx
|
||||
*.orig
|
||||
exec.log
|
||||
.vscode
|
||||
/tests.xml
|
||||
.vscode/
|
||||
/tests.xml
|
||||
|
79
.vscode/launch.json
vendored
79
.vscode/launch.json
vendored
@ -1,79 +0,0 @@
|
||||
{
|
||||
// Используйте IntelliSense, чтобы узнать о возможных атрибутах.
|
||||
// Наведите указатель мыши, чтобы просмотреть описания существующих атрибутов.
|
||||
// Для получения дополнительной информации посетите: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
|
||||
|
||||
{
|
||||
"name": "Отладка 1Script конфигурирование",
|
||||
"type": "oscript",
|
||||
"request": "launch",
|
||||
"program": "${workspaceRoot}/src/Main.os",
|
||||
"args": ["configure","-config","-rep-path","C:\\reps\\testrep", "-child-path", "src"],
|
||||
"cwd": "${workspaceRoot}",
|
||||
"runtimeExecutable": null,
|
||||
"debugPort": 2801,
|
||||
"protocol": "internal"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Отладка 1Script коммит",
|
||||
"type": "oscript",
|
||||
"request": "launch",
|
||||
"program": "${workspaceRoot}/src/Main.os",
|
||||
"args": ["precommit","C:\\rep\\tstrep", "-source-dir", "\"src\""],
|
||||
"cwd": "${workspaceRoot}",
|
||||
"runtimeExecutable": null,
|
||||
"debugPort": 2801,
|
||||
"protocol": "internal"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Отладка 1Script установка",
|
||||
"type": "oscript",
|
||||
"request": "launch",
|
||||
"program": "${workspaceRoot}/src/Main.os",
|
||||
"args": ["install","C:\\rep\\tstrep"],
|
||||
"cwd": "${workspaceRoot}",
|
||||
"runtimeExecutable": null,
|
||||
"debugPort": 2801,
|
||||
"protocol": "internal"
|
||||
},
|
||||
{
|
||||
"name": "Отладка 1Script установка рекурсивная",
|
||||
"type": "oscript",
|
||||
"request": "launch",
|
||||
"program": "${workspaceRoot}/src/Main.os",
|
||||
"args": ["install", "C:\\rep\\ ", "-r"],
|
||||
"cwd": "${workspaceRoot}",
|
||||
"runtimeExecutable": null,
|
||||
"debugPort": 2801,
|
||||
"protocol": "internal"
|
||||
},
|
||||
{
|
||||
"name": "Отладка 1Script тестирование",
|
||||
"type": "oscript",
|
||||
"request": "launch",
|
||||
"program": "${workspaceRoot}/tasks/test-feature.os",
|
||||
"args": ["${workspaceRoot}/feature/УстановкаПрекоммита.feature"],
|
||||
"cwd": "${workspaceRoot}",
|
||||
"runtimeExecutable": null,
|
||||
"debugPort": 2801,
|
||||
"protocol": "internal"
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "Отладка 1Script текущего файла",
|
||||
"type": "oscript",
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"args": ["${workspaceRoot}/feature/УстановкаПрекоммита.feature"],
|
||||
"cwd": "${workspaceRoot}",
|
||||
"runtimeExecutable": null,
|
||||
"debugPort": 2801,
|
||||
"protocol": "internal"
|
||||
}
|
||||
]
|
||||
}
|
17
.vscode/tasks.json
vendored
17
.vscode/tasks.json
vendored
@ -1,17 +0,0 @@
|
||||
{
|
||||
// Документацию по формату tasks.json см.
|
||||
// по адресу https://go.microsoft.com/fwlink/?LinkId=733558
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{ "label": "Генерация",
|
||||
"type": "process",
|
||||
"command": "cmd /c 1bdd gen ${file} -out ${workspaceRoot}/exec.log",
|
||||
"windows": {
|
||||
"command": "cmd /c 1bdd gen ${file} -out ${workspaceRoot}/exec.log"
|
||||
},
|
||||
"problemMatcher": [
|
||||
"$OneScript Linter"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -1,3 +0,0 @@
|
||||
@Library('onec-ci-cd@feature/testpiplinetools')_
|
||||
|
||||
pipelineToolsStart();
|
@ -277,7 +277,6 @@
|
||||
|
||||
НастройкиПриложения.Вставить("НастройкиСценариев", НастройкиСценариев);
|
||||
|
||||
//ИмяПриложения = ?(ЭтоДопПроект, КаталогРепозитория, УправлениеНастройками.ИмяПоУмолчанию());
|
||||
Если ЭтоДопПроект Тогда
|
||||
НастройкиКаталога = Новый Соответствие;
|
||||
ПолныеНастройки.Вставить(КаталогРепозитория, НастройкиПриложения);
|
||||
|
Loading…
Reference in New Issue
Block a user