[JIRA] [workflow-plugin] (JENKINS-31687) Which node Groovy code actually executes on is not documented clearly

2016-04-28 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jesse Glick assigned an issue to Patrick O'Hannigan 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-31687 
 
 
 
  Which node Groovy code actually executes on is not documented clearly  
 
 
 
 
 
 
 
 
 

Change By:
 
 Jesse Glick 
 
 
 

Assignee:
 
 Jesse Glick Patrick O'Hannigan 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [workflow-plugin] (JENKINS-31687) Which node Groovy code actually executes on is not documented clearly

2015-12-28 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jesse Glick commented on  JENKINS-31687 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Which node Groovy code actually executes on is not documented clearly  
 
 
 
 
 
 
 
 
 
 
BTW in this case you would now use isUnix. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [workflow-plugin] (JENKINS-31687) Which node Groovy code actually executes on is not documented clearly

2015-11-20 Thread ty...@monkeypox.org (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 R. Tyler Croy created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-31687 
 
 
 
  Which node Groovy code actually executes on is not documented clearly  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Jesse Glick 
 
 
 

Attachments:
 

 workflow-tooltip.png 
 
 
 

Components:
 

 workflow-plugin 
 
 
 

Created:
 

 20/Nov/15 4:44 PM 
 
 
 

Environment:
 

 workflow-plugin 1.11 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 R. Tyler Croy 
 
 
 
 
 
 
 
 
 
 
The documentation in the tooltip informs the user that they are able to use the Groovy GDK but doesn't make it clear to the user on which machine the Groovy code will execute. 
James Nord mentioned with the following snippet that it wouldn't work because it would run on the master: 

 

node {
if (System.getProperty("os.name") == 'Linux') {
sh 'echo "hi"'
}
}
 

 
 
  

[JIRA] [workflow-plugin] (JENKINS-31687) Which node Groovy code actually executes on is not documented clearly

2015-11-20 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jesse Glick updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-31687 
 
 
 
  Which node Groovy code actually executes on is not documented clearly  
 
 
 
 
 
 
 
 
 

Change By:
 
 Jesse Glick 
 
 
 

Labels:
 
 documentation 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [workflow-plugin] (JENKINS-31687) Which node Groovy code actually executes on is not documented clearly

2015-11-20 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jesse Glick commented on  JENKINS-31687 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Which node Groovy code actually executes on is not documented clearly  
 
 
 
 
 
 
 
 
 
 
True, this help text needs to be revised for several reasons. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.