Clio version 8.0.1.2 provides support for a long time compiling all configuration during CI/CD pipelines via command
clio compile-configuration --all -e MyEnv
For cases when you want to run additional compilation of your configuration after installing a package, you can use the following command
clio install MyPackage.zip --force-compilation -e MyEnv
P.S This approach can be useful for ensuring resilient CI\CD pipelines
Do you like this idea?
0 comments