cmd /c call C:\Windows\TEMP\hudson6180922768700485046.bat
How do I go about doing that via groovy in Jenkins?
I'm wanting to create a temporary batchfile on a Jenkins slave via groovy similar to the way Jenkins itself does when invoking a Windows batch file.
cmd /c call C:\Windows\TEMP\hudson6180922768700485046.bat How do I go about doing that via groovy in Jenkins?