Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Latest commit

 

History

History
51 lines (24 loc) · 1.41 KB

File metadata and controls

51 lines (24 loc) · 1.41 KB

Jenkins CI docs

Little how-to configure the Jenkins CI job, to run one node project with Karma Runner v0.12 and load xml report generate by Karma jUnit Report v0.2.2

Prerequisites

  • Must have Git installed

  • jenkins.war - Jenkins CI

    • Must have Java installed

    • One java web server to deploy and run jenkins.war - I chose the Apache Tomcat to run locally

  • Docker

    • Must have Docker installed

      • docker pull jenkinsci/jenkins
  • Jenkins plugins

Project Karma configs

Job Config

Links