Skip to content

Commit 837ad09

Browse files
committed
Pass on projects param for community build
1 parent 3285aed commit 837ad09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/default/jobs/scala/integrate/main.xml.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
description: "Flow that bootstraps and runs a community build",
77
params: [
88
{:name => "scalac_opts", :desc => "[For community-build] Scala compiler arguments, e.g., -Yopt:l:classpath, passed to project builds."},
9+
{:name => "projects", :desc => "[For community-build] List of projects to build."},
910
{:name => "sbtBuildTask", :desc => "[For bootstrap] To skip testing, set to e.g. `update`. Useful when publishing a nightly to run the community build against.", :default => "testAll"},
1011
{:name => "publishToSonatype", :desc => "[For bootstrap] Set to anything but "yes" to avoid publishing to sonatype. Otherwise, release builds (tagged or SCALA_VER_BASE defined) will be published."},
1112
{:name => "testStability", :desc => "[For bootstrap] To avoid running the stability test, set to e.g., `no`", :default => "yes"},

0 commit comments

Comments
 (0)