Skip to content

Commit 9ed760e

Browse files
committed
describe a Jenkins parameter better
1 parent d379818 commit 9ed760e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/default/jobs/scala/integrate/community-build.xml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
jvmFlavor: @jvmFlavorForBranch,
1313
params: [
1414
{:name => "version", :desc => "Published Scala version to build the community projects with. This should be a complete build, including modules, and library sources."},
15-
{:name => "projects", :desc => "List of projects to build."},
15+
{:name => "projects", :desc => "List of projects to build (comma-separated, no spaces)."},
1616
{:name => "scalac_opts", :desc => "Scala compiler arguments, e.g., -Yopt:l:classpath, passed to project builds."}
1717
]
1818
) %>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +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."},
9+
{:name => "projects", :desc => "[For community-build] List of projects to build (comma-separated, no spaces)."},
1010
{: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"},
1111
{: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."},
1212
{:name => "testStability", :desc => "[For bootstrap] To avoid running the stability test, set to e.g., `no`", :default => "yes"},

0 commit comments

Comments
 (0)