Guest User

Untitled

a guest
Jul 29th, 2012
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. How To Run a PowerShell Script As a Job In Jenkins
  2. powershell -File c:scriptsscript.ps1
  3.  
  4. powershell -NoExit -File c:scriptsscript.ps1
  5.  
  6. powershell -File test001.ps1
Advertisement
Add Comment
Please, Sign In to add comment