Skip to content

Jenkins

Carlos Roman edited this page Feb 12, 2017 · 3 revisions

Jenkins

Download Jenkins war executable and then, install these packages:

  • NodeJs: See the front page
  • Selenium web driver: Download the ChromeDriver binary for your platform in the official site and then include the ChromeDriver location in your PATH environment variable.
  • Deb generator: npm install -g deb-generator
  • Docker: See the front page

Start Jenkins by typing this command java -jar jenkins.war --httpPort=8081 and install the sugested pluggins.

Add Uchuva workflow

Steps:

  • Create new job
  • Select Pipeline type In the pipeline configuration
  • Select "Pipeline script from SCM"
  • Use "SCM > Git"
  • Add the repo "Repositories > https://github.com/carlochess/uchuva" Save the changes and press the build button.