[JIRA] (JENKINS-39164) CommandInterpreter return value fix: causes incompatibility with Env-inject plugin in Jenkins v2.26

2016-11-16 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck resolved as Cannot Reproduce  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Resolving as Cannot Reproduce for now, reopen when you can provide complete and unambiguous steps to reproduce this issue on a clean Jenkins installation.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-39164  
 
 
  CommandInterpreter return value fix: causes incompatibility with Env-inject plugin in Jenkins v2.26   
 

  
 
 
 
 

 
Change By: 
 Daniel Beck  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Cannot Reproduce  
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-39164) CommandInterpreter return value fix: causes incompatibility with Env-inject plugin in Jenkins v2.26

2016-11-13 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck commented on  JENKINS-39164  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: CommandInterpreter return value fix: causes incompatibility with Env-inject plugin in Jenkins v2.26   
 

  
 
 
 
 

 
 Oleg Nenashev Did you actually reproduce this bug?  
 

  
 
 
 
 

 
 
 

 
 
 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-39164) CommandInterpreter return value fix: causes incompatibility with Env-inject plugin in Jenkins v2.26

2016-11-10 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck commented on  JENKINS-39164  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: CommandInterpreter return value fix: causes incompatibility with Env-inject plugin in Jenkins v2.26   
 

  
 
 
 
 

 
 Cannot reproduce. Pristine Jenkins 2.30 instance. Install Envinject 1.93.1. Create a freestyle job with the following configuration: 

 


  
  false
  

  
return [foo: bar, baz: qux]
false
  
  true
  true
  true
  false

  
  
  true
  false
  false
  false
  
  false
  

  env

  
  
  
 

 Build output (excerpt, removed useless variables from env output): 

 
Started by user admin
[EnvInject] - Loading node environment variables.
[EnvInject] - Preparing an environment for the build.
[EnvInject] - Keeping Jenkins system variables.
[EnvInject] - Keeping Jenkins build variables.
[EnvInject] - Evaluating the Groovy script content
[EnvInject] - Injecting contributions.
Building in workspace /Users/danielbeck/JENKINS-39164-Home/workspace/JENKINS-39164
[JENKINS-39164] $ /bin/sh -xe /var/folders/39/ggldtdps6034ct7d_y6x4_v8gn/T/hudson3991272038220173596.sh
+ env
SHELL=/bin/bash
TERM=xterm-256color
CLICOLOR=yes
BUILD_TAG=jenkins-JENKINS-39164-1
USER=danielbeck
baz=qux
JOB_NAME=JENKINS-39164
foo=bar
EXECUTOR_NUMBER=1
NODE_LABELS=master
BUILD_NUMBER=1
Finished: SUCCESS 

 So… how can this issue be reproduced? Or what else am I missing?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

   

[JIRA] (JENKINS-39164) CommandInterpreter return value fix: causes incompatibility with Env-inject plugin in Jenkins v2.26

2016-10-26 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39164  
 
 
  CommandInterpreter return value fix: causes incompatibility with Env-inject plugin in Jenkins v2.26   
 

  
 
 
 
 

 
Change By: 
 Daniel Beck  
 
 
Labels: 
 regression  
 

  
 
 
 
 

 
 
 

 
 
 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-39164) CommandInterpreter return value fix: causes incompatibility with Env-inject plugin in Jenkins v2.26

2016-10-26 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-39164  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: CommandInterpreter return value fix: causes incompatibility with Env-inject plugin in Jenkins v2.26   
 

  
 
 
 
 

 
 FYI Daniel Beck  
 

  
 
 
 
 

 
 
 

 
 
 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-39164) CommandInterpreter return value fix: causes incompatibility with Env-inject plugin in Jenkins v2.26

2016-10-26 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39164  
 
 
  CommandInterpreter return value fix: causes incompatibility with Env-inject plugin in Jenkins v2.26   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Component/s: 
 core  
 

  
 
 
 
 

 
 
 

 
 
 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-39164) CommandInterpreter return value fix: causes incompatibility with Env-inject plugin in Jenkins v2.26

2016-10-26 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39164  
 
 
  CommandInterpreter return value fix: causes incompatibility with Env-inject plugin in Jenkins v2.26   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Assignee: 
 Oleg Nenashev  
 

  
 
 
 
 

 
 
 

 
 
 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-39164) CommandInterpreter return value fix: causes incompatibility with Env-inject plugin in Jenkins v2.26

2016-10-26 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39164  
 
 
  CommandInterpreter return value fix: causes incompatibility with Env-inject plugin in Jenkins v2.26   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Summary: 
 CommandInterpreter return value fix: causes incompatibility with Env-inject plugin  not compatible with  in  Jenkins v2.26  
 

  
 
 
 
 

 
 
 

 
 
 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.