Wiki

Clone wiki

lita-gitlab2jenkins_ghp / How to setup this Gem

An introduction

For enabling the uses of this handler you have to setup 2 more aspects, setup GitLab's web-hook projects and ci status integration by project and finally setup a Jenkins job to be the replacement of GitLab's CI.

For setup this handler in lita's robot lita_config.rb

  • Setup a robot with an adapter
  • Setup an handler for IRC channel like HipChats or Slack
  • Setup a redis access

and then:

config.http.port = robot_config.port unless [:shell, :console].include? config.robot.adapter

this is for enabling to be deamonized

Updated