Skip to content

Refactor cicd

Vader requested to merge refactor-cicd into develop
  1. Use of pushd and popd: Replaced all cd commands with pushd and popd for directory navigation. This method enhances the script's management of directory changes by maintaining a stack, which is especially useful in complex scripts.

  2. File Renaming: Changed the file name from mr_iid.txt to mr_iid. This renaming was consistently applied across all relevant sections of the configuration to ensure that all scripts and jobs that require or generate this artifact refer to the correct file.

  3. Improved Script Clarity: Enhanced the readability and maintainability of the scripts, particularly within conditional logic and logging statements. This makes the YAML file easier to understand and manage.

  4. Streamlined Artifact Management: Ensured consistent handling of artifacts across jobs. The changes were carefully applied to maintain smooth transitions and dependencies between jobs, particularly where artifacts are produced and consumed.

Merge request reports

Loading