Skip to content

Commit

Permalink
adjust ecu.test v2 version to 2024.2 for new feature (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
MxEh-TT committed Jul 15, 2024
1 parent 7303d28 commit ec00562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.internal
Original file line number Diff line number Diff line change
Expand Up @@ -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.')
}

Expand Down

0 comments on commit ec00562

Please sign in to comment.