Issue Type: Bug Bug
Assignee: Unassigned
Components: promoted-builds-plugin
Created: 10/Feb/15 2:54 PM
Description:

I'm using 'Restrict where this promotion precess can be run' option together with 'Execute system groovy script' as an action.

The script executes on the specific host, but when I create a groovy process:

 
cmd = ("ipconfig /all").execute()
cmd.consumeProcessOutput(out, err)
cmd.waitFor()

println out
println err

The new created process is running on the Jenkins host, not on the required node.

Environment: promoted builds plugin: 2.17
Jenkins: 1.583
Groovy: groovy-2.4.0-beta-2
host: Windows 2013R2 Server
Project: Jenkins
Priority: Minor Minor
Reporter: Pawel Grzegrzolka
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to