Relative Content

Tag Archive for gitlabgitlab-ci

Alternatives to building heavy libraries in CI/CD pipeline

I am part of a project in my workplace written in C++ that has two third-party dependencies, namely Boost and OpenSSL. However instead of downloading the pre-built binaries using package managers we need to do this by hand, on our own, using build scripts.

Gitlab pipeline status never finish

I am creating a gitlab pipeline when files from specific folders are changes.
My rule is
.sca_deploy_rules: rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' changes: paths: - "force-app/main/default/**/*" when: always - when: never