diff --git a/configuration/pipelines/build.groovy b/configuration/pipelines/build.groovy index 8a87d4e..6fceb75 100644 --- a/configuration/pipelines/build.groovy +++ b/configuration/pipelines/build.groovy @@ -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"