A description of the task, which is displayed in Bamboo.
Interpreter
You can select from the following interpreters:
Shell
Windows PowerShell
/bin/sh or cmd.exe
スクリプトの場所
スクリプト ファイルの場所を選択します。
File — enter the location of the file in the Script file field. This can be either relative to the repository root of the plan, or absolute. You can include variables (see Bamboo variables).
インライン - [スクリプト本文] フィールドにスクリプトを入力します。
引数
Specify an argument to pass to the script. Arguments that contain spaces must be quoted. You can include variables (see Bamboo variables).
必要に応じて、環境変数と作業ディレクトリの設定を指定します。
環境変数
(Optional) Additional system environment variables that you want to pass to your build. Note that existing environment variables are automatically available to the executable. You can also include Bamboo global or build-specific variables (see Bamboo variables). Multiple variables should be separated with spaces. Parameters with spaces must be quoted (e.g ANT_OPTS="-Xms200m -Xmx700m").