Loading...
[Bamboo Knowledge Base]
このページでは、コマンド (例: Bash) 実行可能ファイルを使用する Bamboo タスクの設定方法をご説明します。
See Configuring a builder task for an overview of Bamboo builder tasks.
コマンド タスクを設定するには、次の手順に従います。
Complete the following settings:
タスクの説明 | A description of the task, which is displayed in Bamboo. |
このタスクを無効化 | オンまたはオフにすることで、選択的にこのタスクを実行します。 |
実行可能ファイル | タスクを実行するために利用できるコマンド実行可能ファイル (例: Bash)。選択した実行可能ファイルは、タスク (またはジョブ) の要件の 1 つとなります。 You can add other executables, if required. |
引数 | (Optional) The relevant argument to pass to the command. Note that arguments which 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 Using global, plan or build-specific variables). Multiple variables should be separated with spaces. Parameters with spaces must be quoted (e.g ANT_OPTS="-Xms200m -Xmx700m"). |
Working Sub Directory | (Optional) An alternative subdirectory, relative to the job's root directory, where Bamboo will run the executable. The root directory contains everything checked out from the job's configured source repository. If you leave this field blank, Bamboo will look for build files in the root directory. This option is useful if your task has a build script in a subdirectory and the executable needs to be run from within that subdirectory. |