[JIRA] (JENKINS-42139) Access Nodes Parameter from Pipelines Groovy Script

2017-02-17 Thread simon.beyer....@miele.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Simon Beyer closed an issue as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42139  
 
 
  Access Nodes Parameter from Pipelines Groovy Script   
 

  
 
 
 
 

 
Change By: 
 Simon Beyer  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-42139) Access Nodes Parameter from Pipelines Groovy Script

2017-02-16 Thread simon.beyer....@miele.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Simon Beyer created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42139  
 
 
  Access Nodes Parameter from Pipelines Groovy Script   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 pipeline  
 
 
Created: 
 2017/Feb/17 7:48 AM  
 
 
Environment: 
 Jenkins 2.32.2  
 
 
Labels: 
 groovy plugin nodes label  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Simon Beyer  
 

  
 
 
 
 

 
 Is it possible to access the nodes configuration via Groovy Script? We want to define the nodes to build on: 

 

node(LABEL1 || LABEL2 || LABEL3 ...){
   unstash stachedStuff
   build job jobName
}