Using the Gitlab built in CI/CD Pipeline by writing and putting it in the root of your repo .gitlab-ci.yml

Well there is a lot to it but, this link has a little demo that will get you going on how to manually (hint use the “manaul” keyword and automatically kick off a build with Gitlab .gitlab-ci.yml https://about.gitlab.com/blog/2020/12/10/basics-of-gitlab-ci-updated/ Ok, that link does not show you how to use “when: manual” here is how: You can …

Using the Gitlab built in CI/CD Pipeline by writing and putting it in the root of your repo .gitlab-ci.yml Read More »