Create a Jenkins Pipeline
Discover how to create a Jenkins Pipeline page with GitLab's Jenkins integration
GitLab’s Jenkins integration allows you to trigger a Jenkins build when you push code to a repository, or when a merge request is created. Additionally, it shows the pipeline status on merge requests widgets and on the project’s home page.
This tutorial shows you how to create a project with a Jenkinsfile
, configure a project on the Jenkins server, configure the GitLab Jenkins integration plugin, enable the integration on your GitLab project, and perform a commit to show how pipelines are integrated between GitLab and Jenkins.
424f73d2
)