From 68ddd12b26664ea85eaf6be9234f7a6ec3c9da09 Mon Sep 17 00:00:00 2001 From: Felippe Burk Date: Thu, 13 Sep 2018 11:13:52 -0600 Subject: [PATCH] fixing sovrinRepo.upload call Signed-off-by: Felippe Burk --- devops/aws-codebuild/Jenkinsfile.cd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devops/aws-codebuild/Jenkinsfile.cd b/devops/aws-codebuild/Jenkinsfile.cd index e18ccac2..ec77ee2a 100644 --- a/devops/aws-codebuild/Jenkinsfile.cd +++ b/devops/aws-codebuild/Jenkinsfile.cd @@ -127,7 +127,7 @@ pipelineWrapper({ } if (env.BRANCH_NAME == 'stable') { logger.info("Uploading debian package '$debName' to sovrin repo") - SovrinRepo.upload { + sovrinRepo.upload { repoDistr = 'deb' packagePath = debName }