Skip to content

Deploy Jenkins with gitlab-plugin and git-plugin

Adam Mulvany requested to merge Jenkins into master

This addition will deploy containerized Jenkins, listening on port 8085 of the virtual machine. Gitlab-plugin and git-plugin will be preinstalled into the image.

To deploy Omnibus with all services add the following to gitlab-vagrant.yml:

- name: gitlab-ee-test
  version: 9.4.3
  edition: ee
  ip_address: 192.168.15.65
  memory: 8152
  jenkins: lts
  squid_proxy: latest
  gitlab_runner: v9.4.1
  elasticsearch: 5.3.1

Then vagrant up gitlab-ee-test

Edited by Adam Mulvany

Merge request reports