diff --git a/configuration/pipelines/build.groovy b/configuration/pipelines/build.groovy index 7ced93b..764553e 100644 --- a/configuration/pipelines/build.groovy +++ b/configuration/pipelines/build.groovy @@ -3,7 +3,7 @@ env.APPLICATION_NAME = 'sentiment' env.APPLICATION_LABEL = 'utilities' env.GIT_BRANCH = 'master' -env.GIT_REPOSITORY_PATH = "github.com/andyjk15/${env.APPLICATION_NAME}-analysis.git" +env.GIT_REPOSITORY_PATH = "github.com/andyjk15/${env.APPLICATION_NAME}-analyser.git" env.GIT_REPOSITORY_URL = "https://${env.GIT_REPOSITORY_PATH}" env.GITHUB_CREDENTIALS_ID = 'Github' env.DIGITAL_OCEAN = 'registry.digitalocean.com'