[08.10.20] Service rename

This commit is contained in:
andrewso 2020-10-08 16:56:25 +01:00
parent 19c13d12dc
commit 36de0ae909

View File

@ -1,6 +1,6 @@
#!/usr/bin/env groovy
env.APPLICATION_NAME = 'sentiment-analyser'
env.APPLICATION_NAME = 'sentiment'
env.APPLICATION_LABEL = 'utilities'
env.GIT_BRANCH = 'master'
env.GIT_REPOSITORY_PATH = "github.com/andyjk15/${env.APPLICATION_NAME}.git"