Jenkins powershell plugin is running 32 bit Powershell and I need 64bit

前端 未结 4 1003
花落未央
花落未央 2020-12-03 18:56

I\'m pretty new to powershell integration in Jenkins and my scripts won\'t run because (I believe) I need powershell to be executed in 64 bit. Running:

[Env         


        
4条回答
  •  一向
    一向 (楼主)
    2020-12-03 19:17

    OK, so the answer was pretty simple, yet maddening all at once. Basically, the module(s) didn't exist in both of the Powershell paths (x86 and x64), so copying the modules over to the 32-bit powershell environment fixed the issue.

提交回复
热议问题