-
Notifications
You must be signed in to change notification settings - Fork 12
Jenkins
Carlos Roman edited this page Feb 12, 2017
·
3 revisions
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.
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.
- The configuration file
- Configure HTCondor
- Configure OpenLava, Torque, SLURM
- Add more programs
- How to monitor Uchuva
- Configure HTCondor with Docker
- Adding TTY.js