From ec0056263fa25c6a6bf2cb50816daea3b2c76654 Mon Sep 17 00:00:00 2001 From: maxe Date: Tue, 9 Jul 2024 11:58:15 +0200 Subject: [PATCH] adjust ecu.test v2 version to 2024.2 for new feature (#143) --- Jenkinsfile.internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.internal b/Jenkinsfile.internal index 68c88fa6..1efa84e4 100644 --- a/Jenkinsfile.internal +++ b/Jenkinsfile.internal @@ -39,7 +39,7 @@ pipeline { parameters { string(name: 'ET_VERSION', defaultValue: '2023.4.0', description: 'The specified ecu.test version to use for testing.') string(name: 'ET_V1_VERSION', defaultValue: '2023.3.0', description: 'The specified ecu.test v1 version to use for testing.') - string(name: 'ET_V2_VERSION', defaultValue: '2024.1.0', description: 'The specified ecu.test v2 version to use for testing.') + string(name: 'ET_V2_VERSION', defaultValue: '2024.2.0', description: 'The specified ecu.test v2 version to use for testing.') string(name: 'TG_VERSION', defaultValue: '1.142.0', description: 'The specified test.guide version to use for testing.') }