[JIRA] (JENKINS-54531) Document that buildVariables is the child environment, not parameters

2018-11-30 Thread dnusb...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Devin Nusbaum resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 The updated documentation was released in version 2.23 of the Pipeline Supporting APIs Plugin. Thanks for the improvement Craig Ringer!  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-54531  
 
 
  Document that buildVariables is the child environment, not parameters   
 

  
 
 
 
 

 
Change By: 
 Devin Nusbaum  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Fixed  
 
 
Released As: 
 workflow-support 2.23  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-54531) Document that buildVariables is the child environment, not parameters

2018-11-07 Thread cr...@2ndquadrant.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Craig Ringer commented on  JENKINS-54531  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Document that buildVariables is the child environment, not parameters   
 

  
 
 
 
 

 
 Pull request  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-54531) Document that buildVariables is the child environment, not parameters

2018-11-07 Thread cr...@2ndquadrant.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Craig Ringer edited a comment on  JENKINS-54531  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Document that buildVariables is the child environment, not parameters   
 

  
 
 
 
 

 
 Pull request : https://github.com/jenkinsci/workflow-support-plugin/pull/80  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-54531) Document that buildVariables is the child environment, not parameters

2018-11-07 Thread cr...@2ndquadrant.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Craig Ringer updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54531  
 
 
  Document that buildVariables is the child environment, not parameters   
 

  
 
 
 
 

 
Change By: 
 Craig Ringer  
 

  
 
 
 
 

 
 I found the description of RunWrapper.getBuildVariables a bit incomplete/confusing:> buildVariables>> for a non-Pipeline downstream build, offers access to a map of defined build variables; for a  > Pipeline downstream build, any variables set globally on envso I suggest changing it, appending:> Child  Pipeline  jobs can use this to report additional information to the parent job by setting  environment  variables  in env .  Build  Note that build  parameters are not shown in buildVariables.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-54531) Document that buildVariables is the child environment, not parameters

2018-11-07 Thread cr...@2ndquadrant.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Craig Ringer created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54531  
 
 
  Document that buildVariables is the child environment, not parameters   
 

  
 
 
 
 

 
Issue Type: 
  Patch  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 workflow-support-plugin  
 
 
Created: 
 2018-11-08 02:31  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Craig Ringer  
 

  
 
 
 
 

 
 I found the description of RunWrapper.getBuildVariables a bit incomplete/confusing: > buildVariables > > for a non-Pipeline downstream build, offers access to a map of defined build variables; for a >Pipeline downstream build, any variables set globally on env so I suggest changing it, appending: > Child jobs can use this to report additional information to the parent job by setting environment variables. Build parameters are not shown in buildVariables.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment