-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges.txt
71 lines (54 loc) · 2.7 KB
/
Changes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
17 Jan 2018 (0.33)
* Don't create intermediate CSV file for bad test case management report
* Raise post-groovy alert for bad test case management report
15 Jan 2018 (0.32)
* Change to cope with coverage without a unit, to avoid
corrupted coverage xml file
13 Dec 2017 (0.31)
* Corrected redundant quote in Linux single job
* Corrected link from xUnit trend graph to results
5 Dec 2017 (0.30)
* Fixed regression with naming of archived execution and management reports
* Added VCAST_VC_SCRIPT environment variable that if set, will copy the scripts
to %WORKSPACE%/vc_scripts from there instead of from the plugin
27 Nov 2017 (0.29)
* Improved support for Manage projects / environment / compilers with long names
2 Nov 2017 (0.28)
* Fix regression %VAR% rather than $VAR in generated commands
2 Nov 2017 (0.27)
* Fix regression with missing space between --wait_loops and project name in
call to generate-results.py in single job
1 Nov 2017 (0.26)
* Update to summary being written in groovy script - no longer sets description
but sets summary text instead, avoiding HTML formatting problems in build history
* Allow retry when licenses unavailable to be used for single jobs as well
* Add ability to name the node label to be used for a single job or the top-level
multi-job
* Allow the single job or top-level multi-job's name to be changed
* Use the Manage Project path (from the VectorCASTSetup stored information) to find
the project to delete (if set, otherwise use the job name)
26 Oct 2017 (0.25)
* Update to retry to support jobs created with earlier plugin versions
25 Oct 2017 (0.24)
* Added (optional) command retry in the event of a license being unavailable
* Updated auto-update job to use all saved data from when multi-job was created
(Won't work for previously created jobs that didn't save the data)
17 Oct 2017 (0.23)
* Added new auto-update multi-job to allow a scripted/scheduled job to
perform a multi-job update. (Note that this may require username/password
access to work)
26 Sept 2017 (0.22)
* Added support for new version of VectorCAST Manage with only 2 levels
(rather than previous 4 levels)
24 Jul 2017
* Changed groovyscript checks to mark VectorCAST build/execute errors as errors
16 Jul 2017
* Added extra check in vcastcsv2jenkins to cope with Function Calls being in
header but not in the rest of the table
23 Jun 2017
* Added --force option to use of --release-locks
* Added option to use either HTML or TEXT format for the build description
6 Mar 2017
* add newlines at the end of single job scripts (windows and Linux) before the
teardown lines
* Corrected check for missing BUILD_URL environment variable