... | ... | @@ -40,6 +40,8 @@ Creating a Jenkins job for your Gitlab project can be broken into 3 major steps: |
|
|
|
|
|
### Configure Gitlab Project
|
|
|
|
|
|
You will need to make sure that the **Jenkins** user has access to the Gitlab project
|
|
|
|
|
|
1. Go to the Settings section of your Gitlab project - e.g. `https://vc.digitec.local/kd/kd-ui-docs/edit`
|
|
|
2. Choose the **Web Hooks** link from the left sidebar
|
|
|
3. Enter `http://ci.digitec.local/git/notifyCommit?url={GIT PROJECT SSH URL}`, where `{GIT PROJECT SSH URL}` is the SSH URL for your Gitlab project - e.g. `git@vc.digitec.local:kd/kd-ui.git`
|
... | ... | |