-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- add et icon - add timeout default to jelly - adjust hints for timeout - add timeout tests
- Loading branch information
Showing
9 changed files
with
119 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...de/tracetronic/jenkins/plugins/ecutestexecution/configs/ExecutionConfig/config.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
configSection.title=Execution Configuration | ||
timeout.description=Defines the maximum execution time in seconds running this test case, 0 to disable it. | ||
timeout.description=Defines the maximum execution time in seconds running this test case. Set to 0 to disable timeout. | ||
timeout.title=Execution Timeout | ||
stopOnError.description=If test execution fails, stop running ecu.test/trace.check instances. Additionally, if <i>ttCheckPackage</i> is also selected the execution will be skipped on package check errors. | ||
stopOnError.title=Stop Tools on Error | ||
stopUndefinedTools.description=<b>It only has an impact if <i>Stop Tools on Error</i> is also selected.</b> Additionally, all tracetronic tools that are not defined by the Jenkins ETInstallations are stopped. | ||
stopUndefinedTools.title=Stop undefined tracetronic tools | ||
executePackageCheck.description= Perform the ttCheckPackage step before execution of package or project | ||
executePackageCheck.title= ttCheckPackage | ||
executePackageCheck.description=Perform the ttCheckPackage step before execution of package or project | ||
executePackageCheck.title=ttCheckPackage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...s/de/tracetronic/jenkins/plugins/ecutestexecution/steps/ProvideLogsStep/config.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
step.description=This step provides all ecu.test logs as artifacts. | ||
step.description=This step provides all ecu.test logs as job artifacts. | ||
step.compatNote=This feature is only available for ecu.test 2024.2 or higher! | ||
timeout.description=Defines the maximum execution time for providing all ecu test logs. | ||
timeout.description=Defines the maximum execution time for providing all ecu test logs. Set to 0 to disable timeout. | ||
timeout.title=Timeout |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters