/johnny5

A Slack bot using SpringBoot

Primary LanguageJavaMIT LicenseMIT

Johnny 5

A slack bot using Simple Slack API, Jenkins Client, and Spring Boot

Personalize

Create a application-local.yml overriding the default authentication for Slack and Jenkins

Run

'mvn spring-boot:run -Dspring.profiles.active=local'

Deploy Docker Image

'mvn deploy -Ddocker.skipDockerBuild=false'

Set environment variable DOCKER_HOST=tcp://hostname:2375 to run against a remote Docker host. Otherwise, will use localhost