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 1f0fed2 commit 9c12bb2Copy full SHA for 9c12bb2
ci/Jenkinsfile.tests-e2e.windows
@@ -4,7 +4,7 @@ library '[email protected]'
4
pipeline {
5
6
agent {
7
- label 'windows-t && windows-04'
+ label 'windows && windows-04 && qt-6.9.2'
8
}
9
10
parameters {
@@ -75,7 +75,7 @@ pipeline {
75
76
/* Avoid race conditions with other builds using virtualenv. */
77
VIRTUAL_ENV = "${WORKSPACE_TMP}\\venv"
78
- PATH = "${VIRTUAL_ENV}\\bin;C:\\Qt\\6.9.0\\msvc2022_64\\bin;${PATH}"
+ PATH = "${VIRTUAL_ENV}\\bin;C:\\Qt\\6.9.2\\msvc2022_64\\bin;${PATH}"
79
80
/* To store user configuratiin files in temp dir */
81
XDG_CONFIG_HOME = "${WORKSPACE_TMP}/config"
0 commit comments