GitLab – Upgrade Path
These days I needed to update my GitLab which was already many versions behind. In this post I will quickly show that updating is not just an upgrade button. At…
These days I needed to update my GitLab which was already many versions behind. In this post I will quickly show that updating is not just an upgrade button. At…
In this post, I will show how to configure SSH keys between GitLab and Jenkins, to facilitate script checkout and make the connection more secure, so we stop using http…
In the last post, I showed how to integrate Jenkins with Gilab, to trigger a pipeline. Everything is working, but the declarative pipeline script is fixed in the Pipeline configuration,…
In this post, I will show the first part of configuring the GitLab integration with Jenkins to trigger pipelines.There are several types and forms of pipelines, including just the GitLab…