Skip to content

Commit d2cef05

Browse files
authored
Merge pull request #16 from Bertievh/main
Deploy 23.1 Documentation Updates
2 parents 59e5951 + ac40952 commit d2cef05

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

docs/release-notes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ sidebar_label: 'Release notes'
44

55
# OpCon Deploy Release Notes
66

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.
21+
722
## Version 23.0
823

924
2024 February

docs/transformations/transformation-tag-definitions.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,11 +403,30 @@ This tag is used to change the job instance property name value of the job insta
403403

404404
* Indicates if the match to be performed is the complete definition or a partial definition (value is true or false; default is false).
405405

406-
407406
### Job_Machine_Group_Name
408407

409408
This tag is used to change the machine group value of the job definition and supports the following tags:
410409

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+
411430
* jobName
412431

413432
* (*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
428447

429448
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:
430449

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+
431470
* jobName
432471

433472
* (*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

Comments
 (0)