From 3923e9d7f0f0c4a6088bb092ce90e749b8d40413 Mon Sep 17 00:00:00 2001 From: Anastasiya <82375995+anastasiyaig@users.noreply.github.com> Date: Mon, 20 Nov 2023 23:43:09 +0300 Subject: [PATCH] chore: update jenkins config (#326) --- ci/Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index afe962f..57b584a 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -62,8 +62,6 @@ pipeline { environment { QT_QPA_PLATFORMTHEME = 'qt5ct' - QT_LOGGING_DEBUG = 1 - QT_DEBUG_PLUGINS = 1 SQUISH_DIR = '/opt/squish-runner-7.1-20230222-1555' PYTHONPATH = "${SQUISH_DIR}/lib:${SQUISH_DIR}/lib/python:${PYTHONPATH}" @@ -72,6 +70,7 @@ pipeline { TESTRAIL_URL = 'https://ethstatus.testrail.net' TESTRAIL_PROJECT_ID = 17 + /* Runtime flag to make testing of the app easier. */ STATUS_RUNTIME_TEST_MODE = '1' }