Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Workflow group and subgroup have been removed and migrated to tags associated to the workflow. Certain groups and subgroups, such as Build, Deploy, and Test, were omitted when converting to tags.

Project Type Enum ProjectTypeEnum Removal

  • The ProjectTypeEnum has been removed due to the addition of custom project types. Any usages of ProjectTypeEnum in custom Groovy scripts will no longer work and should be replaced with String. The following methods have been removed completely and should be replaced with getProjectType:

    • ProjectStageExecutionImpl - getProjectTypeEnum()

    • ReleaseProjectVersion - getProjectTypeEnum()

...