Deep Cleaning Clean Recipe

Montuer has a continuously developed build recipe dedicated for deep cleaning a target in a repository.

The objective is simple: to clean a target file or directory in a consistent and reproducible manner.

All users has to do is to issue this command:

1
monteur clean

For this recipe, they are arranged based on its own semantic versioning and is not directly related to Monteur's actual release version. Hence, feel free to explore and update each versions to suit your CI needs.

Resources

This recipe is built and maintained based on the following resources:

Recipe File

Here are all the Monteur Clean CI Job recipe files for operating Deep Cleaning semi-autonomously. They are sorted by the latest version first, at the top.

Please read through its requiremnets and changes before procuring.

Version v1.0.0

Download Link: deep-cleaning-v1p0p0.toml

Minimum Requirements

  • Montuer version: v0.0.2 and above.

  • Supported platform: STRICTLY depends on Monteur availability.

Installation Instructions

  • Download and place the recipe file into your .configs/monteur/test/jobs directory as [PURPOPSE].toml pattern like build-log.toml, build-tmp.toml, my-target.toml, and etc.

  • Update the recipe's FMTVariables.Path to the target path you plan to delete.

Changelog

  • BACKWARD COMPATBILE - Created the base TOML configuration recipe.

  • BACKWARD COMPATBILE - Tested with GitLab CI.

Epilogue

That's all for Monteur's Clean CI Job handling Deep Cleaning target cleansing tasks. If you have any question, please feel free to raise your question at our Issues Section.