You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description('Run Eclipse SDK Tests for the platform implied by this job\'s name')
10
16
parameters { // Define parameters in job configuration to make them available from the very first build onwards
11
17
stringParam('buildId', null, 'Build Id to test (such as I20240611-1800, N20120716-0800).')
@@ -24,15 +30,15 @@ pipeline {
24
30
buildDiscarder(logRotator(numToKeepStr:'5'))
25
31
}
26
32
agent {
27
-
label 'qa6xd-win11'
33
+
label \''''+B_CONFIG.agentLabel +'''\'
28
34
}
29
35
30
36
stages {
31
37
stage('Run tests'){
32
38
environment {
33
39
// Declaring a jdk and ant the usual way in the 'tools' section, because of unknown reasons, breaks the usage of system commands like xvnc, pkill and sh
0 commit comments