8
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Jenkinsで定義されている環境変数を使用する(Windows)

Last updated at Posted at 2015-02-21

初めての投稿をしよう
備忘録程度ですが

Windows上で稼働しているJenkinsでの環境変数の書き方について
Jenkinsで定義されている環境変数を使用する場合、記載の方法がLinuxコマンド基準のよう

例:WORKSPACE

  • シェルスクリプト => $WORKSPACE
  • Windwosバッチコマンドの実行 => %WORKSPACE%
  • Invoke Unity3d Editor(Unity3d plugin) => $WORKSPACE
  • ちなみにantコマンドとかマルチビルドでユーザー定義の引数を使うとかはまだ試してないけど この様子だとLinux風にかけばよさ気か

    今までCentOSやMacでjenkinsを動かしていたから
    全部Linux/Unixと同じように書いていれば問題なかったのですが
    Windowsだとプラグインの実行時引数に
    %WORKSPACE%を使おうとしたらちゃんと通らなかったんですよね

8
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?