-
Notifications
You must be signed in to change notification settings - Fork 8
Developer Manual
Andrei-Pozolotin edited this page Mar 22, 2013
·
13 revisions
- JDK 6
- Git 1.8.0
- Maven 3.0.4
#!/bin/bash
cd /tmp
git clone [email protected]:barchart/barchart-jenkins-cascade-plugin.git
cd barchart-jenkins-cascade-plugin
mvn clean install --define skipTests
Setup:
- Use m2e to import projects.
- Import layout project for review.
- Import plug-in project for development.
- Run build check.
- Run jenkis launcher.
- Navigate to jenkins http://localhost:8080
- Configure JDK and Maven in Jenkins http://localhost:8080/configure.
- Create jenkins project for the barchart-jenkins-tester.
- Start using plug-in on the layout project http://localhost:8080/job/barchart-jenkins-tester/.
- TODO
- During development, jenkins will store jobs configuration in
${basedir}/work
folder. - When you need to start from scratch, you can delete this folder freely.
- Some integration tests may change or delete this folder as well.
You can install current plugin snapshot in your jenkins from following location:
You can install current plugin release in your jenkins from following location:
http://repo.jenkins-ci.org/releases/com/barchart/jenkins/maven-release-cascade/