[JIRA] [build-pipeline-plugin] (JENKINS-35211) Build Pipeline plugin fails to inject variables with Manual Trigger

2016-06-01 Thread landi...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Luca Landi closed an issue as Not A Defect 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
Closing the ticket. 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-35211 
 
 
 
  Build Pipeline plugin fails to inject variables with Manual Trigger  
 
 
 
 
 
 
 
 
 

Change By:
 
 Luca Landi 
 
 
 

Status:
 
 Open Closed 
 
 
 

Resolution:
 
 Not A Defect 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [build-pipeline-plugin] (JENKINS-35211) Build Pipeline plugin fails to inject variables with Manual Trigger

2016-06-01 Thread landi...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Luca Landi commented on  JENKINS-35211 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Build Pipeline plugin fails to inject variables with Manual Trigger  
 
 
 
 
 
 
 
 
 
 
Hi Dan Alvizu I just solved today the issue. The specific user that is supposed to trigger the job from the pipeline should have the same permissions across upstream and downstream jobs. In my specific case the upstream job was without the authorization matrix (and then without authorization for the specific user); granting the same permissions as the downstream job, enabled the injection of the parameters from the job. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [build-pipeline-plugin] (JENKINS-35211) Build Pipeline plugin fails to inject variables with Manual Trigger

2016-06-01 Thread alv...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Dan Alvizu commented on  JENKINS-35211 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Build Pipeline plugin fails to inject variables with Manual Trigger  
 
 
 
 
 
 
 
 
 
 
This same behavior works for me so something else is going on. Can you provide the config.xml and build.xml of relevant jobs /runs? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [build-pipeline-plugin] (JENKINS-35211) Build Pipeline plugin fails to inject variables with Manual Trigger

2016-05-30 Thread landi...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Luca Landi updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-35211 
 
 
 
  Build Pipeline plugin fails to inject variables with Manual Trigger  
 
 
 
 
 
 
 
 
 

Change By:
 
 Luca Landi 
 
 
 

Labels:
 
 build-pipeline-plugin 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [build-pipeline-plugin] (JENKINS-35211) Build Pipeline plugin fails to inject variables with Manual Trigger

2016-05-30 Thread landi...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Luca Landi updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-35211 
 
 
 
  Build Pipeline plugin fails to inject variables with Manual Trigger  
 
 
 
 
 
 
 
 
 

Change By:
 
 Luca Landi 
 
 
 
 
 
 
 
 
 
 When I trigger a build from a Build Pipeline View with a Manual Trigger of a downstream job ,  there's no variables injection and the job fails.If I instead trigger the build as administrator user with the same steps, the downstream job correctly receives all the parameters.I also tried to add all the possible permissions with the authorization matrix at job level with no success. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [build-pipeline-plugin] (JENKINS-35211) Build Pipeline plugin fails to inject variables with Manual Trigger

2016-05-30 Thread landi...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Luca Landi created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-35211 
 
 
 
  Build Pipeline plugin fails to inject variables with Manual Trigger  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 build-pipeline-plugin 
 
 
 

Created:
 

 2016/May/30 8:46 AM 
 
 
 

Environment:
 

 Jenkins 1.651.1  Build Pipeline Plugin 1.5.2  Environment Injector Plugin 1.92.1  Matrix Authorization Strategy Plugin 1.3.2 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Luca Landi 
 
 
 
 
 
 
 
 
 
 
When I trigger a build from a Build Pipeline View with a Manual Trigger of a downstream job there's no variables injection and the job fails. If I instead trigger the build as administrator user with the same steps, the downstream job correctly receives all the parameters. I also tried to add all the possible permissions with the authorization matrix at job level with no success.