From d83a8b50f892f99799f215a3736db9cf55bfe825 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 7 Jun 2017 08:32:58 -0400 Subject: Add missing --channel flag --- jenkins/package_builder.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jenkins') diff --git a/jenkins/package_builder.groovy b/jenkins/package_builder.groovy index 55784a3..37812ec 100644 --- a/jenkins/package_builder.groovy +++ b/jenkins/package_builder.groovy @@ -41,7 +41,7 @@ node(this.label) { // simply download dependency packages from the publication // channel as needed, rather than build them as part of the // package build session that requires them. - def channel_option = "${this.channel_URL}" + def channel_option = "--channel ${this.channel_URL}" if (this.cull_manifest == "false") { channel_option = "" } -- cgit