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 }