Skip to content

ChikliC/tdd-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a base project from which we will be building our application.

Developer Instructions

  1. Fork this project

    • Rename the forked project to something else
  2. in the build.gradle file, change the group to something else.

  3. Create a Jenkins pipeline to your project from: https://ci.train.chikli.com/blue

    • New Pipeline - follow the instructions provided there
  4. Configure Github to notify Jenkins when a checkin occurs via Webhooks

Building the project

Ensure you have the latest JDK 1.8 installed. Old versions, i.e. 1.8.0_61 will not work.

Linux: ./gradlew clean build

Windows: gradlew clean build

About

a skeleton project for use in training classes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published