Skip to content

Commit

Permalink
optionally sets from env pr context to check
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Kononykhin <andkononykhin@gmail.com>
  • Loading branch information
andkononykhin committed Jul 3, 2018
1 parent 6236604 commit 5ad718f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.cd
Expand Up @@ -90,5 +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"])
options.setPrContexts([env.INDY_GITHUB_PR_REQUIRED_CONTEXT ?: "ci/hyperledger-jenkins/pr-merge"])
testAndPublish(name, [ubuntu: [node: nodeTestUbuntu, client: clientTestUbuntu, common: commonTestUbuntu]], true, options, [ubuntu: buildDebUbuntu])

0 comments on commit 5ad718f

Please sign in to comment.