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
@@ -266,18 +266,18 @@ Use Coverage History marks build as failed if statement or branch coverage decre
266
266
Use Strict Test Case Importing allows the job to mark individual test cases as failures if errors encountered during test script import. This option enables strict testcase importing for the VectorCAST Project. This option give a more reliable metrics for pass/fail test cases as without strict test case import, bad test cases are just ignored. The default is enabled.
267
267
268
268
#### Use Requirements Gateway 3 capabilities
269
-
This option allows test environments with existing tests linked to an Requirements Gateway v3 implementation, that uses seperate .json files, to execute in parallel and export data at the end of the run.
269
+
This option allows test environments with existing tests linked to a Requirements Gateway v3 implementation, that uses separate .json files, to execute in parallel and export data at the end of the run.
270
270
271
271
#### Use Imported Results
272
-
Use Imported Results allows jobs to previous test results as input for the current job execution phase. This option allows VectorCAST Change Based Testing to have a known result to work from. This option works in conjunction with _Use Change Based Testing_. The user can selected between internal imported results or external result files
272
+
Use Imported Results allows jobs to previous test results as input for the current job execution phase. This option allows VectorCAST Change Based Testing to have a known result to work from. This option works in conjunction with _Use Change Based Testing_. The user can select between internal imported results or external result files
When using imported results and the Use Local Imported Results option, the job will export results from the current build and save that result file as an job artifact. The next build will pull the result archive from the last SUCCESS or UNSTABLE build and use change based testing against that result baseline. If existing build artifacts exist, the combined results will be used for change based testing.
277
+
When using imported results and the Use Local Imported Results option, the job will export results from the current build and save that result file as a job artifact. The next build will pull the result archive from the last SUCCESS or UNSTABLE build and use change based testing against that result baseline. If existing build artifacts exist, the combined results will be used for change based testing.
278
278
279
279
#### Using External Imported Results
280
-
When using imported results and the Use External Result File option, the job will use an external results from the a specified location to use as a baseline for the the current job. If existing build artifacts exist, the combined results will be used for change based testing. The user will need to specify an external result filename (.vcr) in the External Result Filename option. This file would be typically stored in the repository. This external result file could be updated by a main branch or periodic build to establish a current baseline.
280
+
When using imported results and the Use External Result File option, the job will use an external result from a specified location to use as a baseline for the current job. If existing build artifacts exist, the combined results will be used for change based testing. The user will need to specify an external result filename (.vcr) in the External Result Filename option. This file would be typically stored in the repository. This external result file could be updated by a main branch or periodic build to establish a current baseline.
281
281
282
282
### Additional Tools
283
283
@@ -301,7 +301,7 @@ For [Squore](https://www.vector.com/int/en/products/products-a-z/software/squore
301
301
302
302
#### TESTinsights
303
303
For [TESTinsights](https://www.vector.com/int/en/products/products-a-z/software/vectorcast/vectorcast-testinsights), if the user is using Git or Subversion for SCM, the plugin will attempt to have the SCM version linked to the TESTinsights project for team access and distributed change based testing. The user must provide the following:
304
-
- TESTinsights URL - The URL to TESTinsights server and project (Use Copy Team Area Url).
304
+
- TESTinsights URL - The URL to TESTinsights server and project (Use Copy Team Area URL).
305
305
- TESTinsights Project - The Project Name in TESTinsights to push the results (leave blank to use the Jenkins Job Name).
306
306
- TESTinsights Credential ID - The Credential ID from Jenkins for TESTinsights.
307
307
- The proxy to push to TESTinsights server in the format **proxy.address:port** (optional)
@@ -372,7 +372,7 @@ For non-pipeline jobs, JUnit publisher will fail any environments published with
372
372
373
373
### Potential loss of requirements information
374
374
375
-
For customers using VectorCAST's requirements gateway, there's a potential for loss of requirements data when running test environments in parallel while using a shared requriments database.
375
+
For customers using VectorCAST's requirements gateway, there's a potential for loss of requirements data when running test environments in parallel while using a shared requirements database.
376
376
377
377
### Test and code coverage reporting with Imported Results
378
378
@@ -385,15 +385,15 @@ VectorCAST/QA projects cannot use imported results for change based testing
385
385
### Disabled environments may add coverage metrics
386
386
387
387
In rare cases, VectorCAST projects will have disabled environment with results stored before they were disabled. In cases where the disabled environments share source file with enabled environments, this may lead addition coverage metrics. It is recommended to clean the
388
-
environment before disabling. This takes into account enviornments that are directly disabled or disabled at the Compiler or TestSuite Nodes. To avoid this, please clean environments before disabling them
388
+
environment before disabling. This takes into account environments that are directly disabled or disabled at the Compiler or TestSuite Nodes. To avoid this, please clean environments before disabling them
389
389
390
390
## Change Log
391
391
392
392
### Version 0.79 (4 May 2025)
393
393
- Moved to minimum Jenkins Version 2.492.3 and Java 21
394
394
- Update pom.xml to get a build of the plugin and to Java21
395
-
- Update NewSingleJob to catch new execption thrown from SecureGroovyScript
396
-
- Update jenkinsfile pipeline script to match up with the latest groovy intepreter
395
+
- Update NewSingleJob to catch new exception thrown from SecureGroovyScript
396
+
- Update jenkinsfile pipeline script to match up with the latest groovy interpreter
397
397
- Missing def before globals
398
398
- Pipeline can access VC_ global vars, but not functions
399
399
- Need to pass all required VC_ global vars to functions
0 commit comments