Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 970 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 970 Bytes

scala-sbt-template

Overview

Use this repository as a template to create new Scala SBT projects with Docker Plugin functionality. For use with Jenkins or any other tool.

Getting Started

  1. Create an new repository from this template repository
  2. Clone your new repository
  3. Change /build.properties file:
    • project.organization = Project Organization
    • project.name = Project Name
    • project.version = Project Version
    • project.scala-version = 2.13.5
    • docker.organization = Docker Organization to publish image to
    • docker.main-class = Main Scala class for Docker Plugin to build
    • docker.base-image = Base Docker image to build from
  4. Set up for CI/CD environment