commit | da0d6ba2713efe41247766f16df349f3874faf1c | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@onlab.us> | Thu Dec 13 13:06:37 2018 -0700 |
committer | Andy Bavier <andy@onlab.us> | Thu Dec 13 13:06:37 2018 -0700 |
tree | 67b1ab1436d3030f1c30555d239f11e5b3158cfc | |
parent | 71ecb639892e2ffe7ae4a63abd436f21a14a854a [diff] |
Tweak to voltha-publish job Change-Id: Ib7b3d13734338a4424f68600dfde93f4113c6a3b
diff --git a/jjb/pipeline/voltha-publish.groovy b/jjb/pipeline/voltha-publish.groovy index d56eca7..ecd6f25 100644 --- a/jjb/pipeline/voltha-publish.groovy +++ b/jjb/pipeline/voltha-publish.groovy
@@ -14,6 +14,7 @@ scm: [$class: 'RepoScm', \ manifestRepositoryUrl: "${params.manifestUrl}", \ manifestBranch: "${params.manifestBranch}", \ + manifestGroup: 'voltha', \ currentBranch: true, \ destinationDir: 'cord', \ forceSync: true,