This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global core.quotepath false | |
git config --global core.autocrlf false | |
// Изменения файлов последнего коммита в файл | |
git diff-tree --no-commit-id --name-only -r HEAD > changes.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Перем ВыводитьЛог; | |
Процедура ПриЗагрузкеБиблиотеки(Путь, СтандартнаяОбработка, Отказ) | |
ВыводитьЛог = Ложь; | |
ФайлМанифеста = Новый Файл(ОбъединитьПути(Путь, "lib.config")); | |
Если ФайлМанифеста.Существует() Тогда |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node { | |
env.LOGOS_LEVEL = 'DEBUG' | |
def RESULT_FILE = 'validation-result.txt' | |
def PREV_RESULT_FILE = "prev-${RESULT_FILE}" | |
def PREV_PARAM = "--prev-validation-result ${PREV_RESULT_FILE}" | |
def LOCAL_REPO = 'c:/local-repo' | |
def REMOTE_REPO = '[email protected]:project-name/project-name.git' | |
def REPO_BRANCH = 'develop' | |
def PROJECT_PATH = 'c:/local-repo/project-name' | |
stage('Подготовка окружения') { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@set GENERIC_ISSUE_SETTINGS_JSON=%1conf\settigs.json | |
@set GENERIC_ISSUE_JSON=%1acc-generic-issue.json,%1bsl-generic-json.json,%1edt-json.json | |
@set SRC=%1src | |
@call edt-export-bugs convert "%1temp\edt-result.out" "%1edt-json.json" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ИмяСборки": "MES", | |
"КаталогФич": "$workspaceRoot/Tests/features/02_mes", | |
"ВыводитьСообщенияВФайл": "$workspaceRoot/build/MES/Messages.txt", | |
"ИмяФайлаЛогВыполненияСценариев": "$workspaceRoot/build/MES/log.txt", | |
"КаталогВыгрузкиСкриншотов": "$workspaceRoot/build/MES/ScreenShots", | |
"ОтчетAllure": { | |
"КаталогВыгрузкиAllure": "$workspaceRoot/build/MES/allure-report", | |
"УровеньОтчета1": "#report.epic=;Каталог1", | |
"УровеньОтчета2": "#report.feature=;ИмяФичи", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020.03.18 10:03:55 INFO ce[AXDsbIcpiOu5zFXhaYKm][o.s.c.t.s.ComputationStepExecutor] Send issue notifications | status=FAILED | time=113970ms | |
2020.03.18 10:03:55 INFO ce[AXDsbIcpiOu5zFXhaYKm][o.s.c.t.p.a.p.PostProjectAnalysisTasksExecutor] Webhooks | globalWebhooks=1 | projectWebhooks=0 | status=SUCCESS | time=191ms | |
2020.03.18 10:04:02 ERROR ce[AXDsbIcpiOu5zFXhaYKm][o.s.c.t.CeWorkerImpl] Failed to execute task AXDsbIcpiOu5zFXhaYKm | |
java.lang.NullPointerException: null | |
at org.sonar.server.issue.notification.IssuesChangesNotificationBuilder$Rule.equals(IssuesChangesNotificationBuilder.java:272) | |
at java.base/java.util.HashMap.putVal(HashMap.java:630) | |
at java.base/java.util.HashMap.put(HashMap.java:607) | |
at java.base/java.util.HashSet.add(HashSet.java:220) | |
at java.base/java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169) | |
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) |