スクリプト

このページの内容

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

このページでは、スクリプト実行可能ファイルを使用する Bamboo タスクの設定方法を説明します。Linux では Bash を、Windows ではバッチ ファイルをそれぞれ使用できます。

スクリプト タスクを設定するには、次の手順を実行します。

  1. ジョブのタスク設定タブに移動します(新しいプランを作成するとデフォルト ジョブとなります)。
  2. 目的のスクリプト タスクの名前をクリックするか、タスクを新規作成する場合は [タスクを追加] > [スクリプト] の順にクリックします。
  3. Complete the following settings:

    Script configuration

    Task Description
    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


    Script location
    Select the location of the script file.

    • ファイル - [スクリプト ファイル] フィールドにファイルの場所を入力します。これは、計画のリポジトリ ルートからの相対パスまたは絶対パスのいずれかです。変数を含めることもできます (「Bamboo 変数」を参照)。
    • インライン - [スクリプト本文] フィールドにスクリプトを入力します。


    Argument
    Specify an argument to pass to the script. Arguments that contain spaces must be quoted. You can include variables (see Bamboo variables).

     

  4. If required, specify environment variables and working directory settings:

    Environment 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").

    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.

  5. 保存をクリックします。

最終更新日: 2017 年 10 月 13 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.