Skip to content

Commit c4e4384

Browse files
committed
ci: add XDG_CONFIG_HOME env var to store user config files
1 parent 774fe59 commit c4e4384

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ci/Jenkinsfile.tests-e2e

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ pipeline {
7878
VIRTUAL_ENV = "${WORKSPACE_TMP}/venv"
7979
PATH = "${VIRTUAL_ENV}/bin:${PATH}"
8080

81+
/* To store user configuratiin files in temp dir */
82+
XDG_CONFIG_HOME = "${WORKSPACE_TMP}/config"
83+
8184
TESTRAIL_URL = 'https://ethstatus.testrail.net'
8285
TESTRAIL_PROJECT_ID = 18
8386
/* Override QT xcb plugin with linux to avoid errors like:
@@ -91,7 +94,7 @@ pipeline {
9194
QT_LOGGING_RULES = '*.warning=true'
9295

9396
/* Set to a non-zero value to make Qt print out diagnostic information about the each (C++) plugin it tries to load. */
94-
QT_DEBUG_PLUGINS = 0
97+
/* QT_DEBUG_PLUGINS = 0 */
9598
}
9699

97100
stages {

0 commit comments

Comments
 (0)