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
Copy file name to clipboardExpand all lines: docs/release-notes.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,21 @@ sidebar_label: 'Release notes'
4
4
5
5
# OpCon Deploy Release Notes
6
6
7
+
## Version 23.1
8
+
9
+
2024 May
10
+
11
+
:eight_spoked_asterisk:**OPCDEPLOY-843**: Fixed a problem when transformation rule names are queries using case sensitivity.
12
+
13
+
:eight_spoked_asterisk:**OPCDEPLOY-1301**: Implemented new transformation rules for machine group name to machine name definitions. The following rules have been included
14
+
15
+
* Job_Machine_Group_Name_to_Machine_Name used to transform a machine group name to a machine name.
16
+
* Job_Machine_Name_to_Machine_Group_Name used to transform a machine name to a machine group name.
17
+
18
+
:eight_spoked_asterisk:**OPCDEPLOY-1365**: Fixed a problem displaying all versions of a selected item in the selection view when creating / editing packages.
19
+
20
+
:eight_spoked_asterisk:**OPCDEPLOY-1378**: Implemented support for new GuideWireCloud and ACS job types. Compatibility check implemented to ensure these job types can only be deployed to OpCon versions 23.o or greater. Requires updated ImpEx2 OpCon versions for OpCon versions 24.2.0 or 23.0.4.
Copy file name to clipboardExpand all lines: docs/transformations/transformation-tag-definitions.md
+40-1Lines changed: 40 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -403,11 +403,30 @@ This tag is used to change the job instance property name value of the job insta
403
403
404
404
* Indicates if the match to be performed is the complete definition or a partial definition (value is true or false; default is false).
405
405
406
-
407
406
### Job_Machine_Group_Name
408
407
409
408
This tag is used to change the machine group value of the job definition and supports the following tags:
410
409
410
+
* jobName
411
+
412
+
* (*Optional*): When present, this indicates the job or group of jobs with which the rule is associated. A group of jobs is defined by using a wild card character in the job name (e.g., JOB0100 or JOB01* for all jobs starting with the characters JOB01).
413
+
414
+
* currentValue
415
+
416
+
* (*Required*): Contains the name of the value of the machine group in the job definition.
417
+
418
+
* newValue
419
+
420
+
* (*Required*): The value to be inserted in the definition if the currentValue matches the value in the definition.
421
+
422
+
* partialUpdate
423
+
424
+
* Indicates if the match to be performed is the complete definition or a partial definition (value is true or false; default is false).
425
+
426
+
### Job_Machine_Group_Name_to_Machine_Name
427
+
428
+
This tag is used to change the machine group value of the job definition and supports the following tags:
429
+
411
430
* jobName
412
431
413
432
* (*Optional*): When present, this indicates the job or group of jobs with which the rule is associated. A group of jobs is defined by using a wild card character in the job name (e.g., JOB0100 or JOB01* for all jobs starting with the characters JOB01).
@@ -428,6 +447,26 @@ This tag is used to change the machine group value of the job definition and sup
428
447
429
448
This tag is used to change the Primary, Alternate Machine 1, Alternate Machine 2, Alternate Machine 3, File Transfer Source, and Destination Host values of the job definition. The Job_Machine_Name tag supports the following tags:
430
449
450
+
* jobName
451
+
452
+
* (*Optional*): When present, this indicates the job or group of jobs with which the rule is associated. A group of jobs is defined by using a wild card character in the job name (e.g., JOB0100 or JOB01* for all jobs starting with the characters JOB01).
453
+
454
+
* currentValue
455
+
456
+
* (*Required*): Contains the name of the machine in the job definition.
457
+
458
+
* newValue
459
+
460
+
* (*Required*): The value to be inserted in the definition if the currentValue matches the value in the definition.
461
+
462
+
* partialUpdate
463
+
464
+
* Indicates if the match to be performed is the complete definition or a partial definition (value is true or false; default is false).
465
+
466
+
### Job_Machine_Name_to_Machine_Group_Name
467
+
468
+
This tag is used to change the Primary Machine name to a Machine Group name. The Job_Machine_Name_to_Machine_Group_Name tag supports the following tags:
469
+
431
470
* jobName
432
471
433
472
* (*Optional*): When present, this indicates the job or group of jobs with which the rule is associated. A group of jobs is defined by using a wild card character in the job name (e.g., JOB0100 or JOB01* for all jobs starting with the characters JOB01).
0 commit comments