We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774fe59 commit c4e4384Copy full SHA for c4e4384
ci/Jenkinsfile.tests-e2e
@@ -78,6 +78,9 @@ pipeline {
78
VIRTUAL_ENV = "${WORKSPACE_TMP}/venv"
79
PATH = "${VIRTUAL_ENV}/bin:${PATH}"
80
81
+ /* To store user configuratiin files in temp dir */
82
+ XDG_CONFIG_HOME = "${WORKSPACE_TMP}/config"
83
+
84
TESTRAIL_URL = 'https://ethstatus.testrail.net'
85
TESTRAIL_PROJECT_ID = 18
86
/* Override QT xcb plugin with linux to avoid errors like:
@@ -91,7 +94,7 @@ pipeline {
91
94
QT_LOGGING_RULES = '*.warning=true'
92
95
93
96
/* Set to a non-zero value to make Qt print out diagnostic information about the each (C++) plugin it tries to load. */
- QT_DEBUG_PLUGINS = 0
97
+ /* QT_DEBUG_PLUGINS = 0 */
98
}
99
100
stages {
0 commit comments