Search⌘ K
AI Features

Merging a PR

Understand the process of merging pull requests in Jenkins X and verify deployments in the staging environment. This lesson guides you through merging code to the master branch, monitoring builds, and confirming successful releases, helping you manage continuous integration and delivery effectively in Kubernetes.

Now that we finished all the changes we wanted to make and the PR is validated, we should probably let others in our team review the changes so that knowledge is spread. We’ll skip that part because I assume you know how to review code, but also because we’ll explore that in more detail later when we discuss GitChat principles. So, we’ll skip code review and proceed with the merge of the pull request to the ...