LoginSignup
3
2

More than 5 years have passed since last update.

digdagでWindowsPowerShellを扱う

Last updated at Posted at 2017-01-31

Windowsでdigdagを使用する場合の自分用のメモ。

シェルスクリプトの実行ファイルとしてpowershell.exeを定義すると、digdagでPowershellを扱うことができる。

test.dig
_export:
    sh:
      shell: ["powershell.exe", "-"]

+task1:
  sh>: test.ps1

powershellなのでexeも実行可能。

test.dig
_export:
    sh:
      shell: ["powershell.exe", "-"]

+task1:
  sh>: test.exe
3
2
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
3
2