Skip to content

Commit

Permalink
Renamed "Run Command" to "Run Shell Command"
Browse files Browse the repository at this point in the history
The original name is quite confusing for users, because they usually want to run Batch scripts inside this installer. "Execute Batch Command" is available inside "extra-tool-installers" plugin, so there's no need to implement such installer inside the core.

Related to: https://issues.jenkins-ci.org/browse/JENKINS-20635

Signed-off-by: Oleg Nenashev <nenashev@synopsys.com>
  • Loading branch information
oleg-nenashev committed Dec 24, 2013
1 parent 7b83852 commit 1e849c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/hudson/tools/Messages.properties
Expand Up @@ -21,7 +21,7 @@
# THE SOFTWARE.

ToolLocationNodeProperty.displayName=Tool Locations
CommandInstaller.DescriptorImpl.displayName=Run Command
CommandInstaller.DescriptorImpl.displayName=Run Shell Command
CommandInstaller.no_command=Must provide a command to run.
CommandInstaller.no_toolHome=Must provide a tool home directory.
JDKInstaller.FailedToInstallJDK=Failed to install JDK. Exit code={0}
Expand Down

0 comments on commit 1e849c0

Please sign in to comment.