From 16593fccf7863832ad22a9507e1de54aed6c32f9 Mon Sep 17 00:00:00 2001 From: Andrey Kononykhin Date: Thu, 26 Apr 2018 11:50:32 +0300 Subject: [PATCH] switches pr context to hyperledger Signed-off-by: Andrey Kononykhin --- Jenkinsfile.cd | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile.cd b/Jenkinsfile.cd index bcc491aff..2edb86b88 100644 --- a/Jenkinsfile.cd +++ b/Jenkinsfile.cd @@ -90,4 +90,5 @@ def buildDebUbuntu = { repoName, releaseVersion, sourcePath -> options = new TestAndPublishOptions() options.enable([StagesEnum.PACK_RELEASE_COPY, StagesEnum.PACK_RELEASE_COPY_ST]) options.setCopyWithDeps(true) +options.setPrContexts(["ci/hyperledger-jenkins/pr-merge"]) testAndPublish(name, [ubuntu: [node: nodeTestUbuntu, client: clientTestUbuntu, common: commonTestUbuntu]], true, options, [ubuntu: buildDebUbuntu])