From 61ceec90fccde3f8fc868c5666770863df820dd7 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 4 Mar 2018 18:18:16 +0000 Subject: [PATCH] jenkins: fix repo name --- Jenkinsfile.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy index 8664fb9..871e9a5 100644 --- a/Jenkinsfile.groovy +++ b/Jenkinsfile.groovy @@ -1,4 +1,4 @@ -final String repoName = "mon" +final String repoName = "conditional" final String repoUrl = "git@github.com:kemitix/${repoName}.git" final String mvn = "mvn --batch-mode --update-snapshots"