[JIRA] [workflow-plugin] (JENKINS-26535) DescribableHelper does not handle wildcards well

2016-06-13 Thread andrew.ba...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Andrew Bayer commented on  JENKINS-26535 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: DescribableHelper does not handle wildcards well  
 
 
 
 
 
 
 
 
 
 
Jesse Glick - so does that mean we'd need to do something similar in junit to handle the TestDataPublisher use case? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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-26535) DescribableHelper does not handle wildcards well

2016-04-05 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-26535 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: DescribableHelper does not handle wildcards well  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Jesse Glick Path: multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/JobPropertyStep.java multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/JobPropertyStepTest.java http://jenkins-ci.org/commit/workflow-multibranch-plugin/06ba83c54aec8e8cacd34737d16667469383b5d7 Log: JENKINS-26535 can be worked around using a collection of raw types. Originally-Committed-As: b5302ebc2e2479f03c538060460e43d0c1c0b47a 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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-26535) DescribableHelper does not handle wildcards well

2016-03-25 Thread alex.ouzou...@me.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alex Ouzounis edited a comment on  JENKINS-26535 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: DescribableHelper does not handle wildcards well  
 
 
 
 
 
 
 
 
 
 trying to use properties in a MultiBranch Pipeline like so:{code:java}properties( [ $class: 'GithubProjectProperty', displayName: '', projectUrlStr: 'https:// git github . corp.adobe. com/ hoolihan xxx / lumberyard/ yyy ' ] ){code}but I get:{code:java}java.lang.UnsupportedOperationException: JENKINS-26535: do not know how to handle java.util.List{code}My understanding from http://stackoverflow.com/questions/35370810/how-do-i-use-jenkins-pipeline-properties-step#35471196 was that the properties syntax was working but maybe i am wrong.-Jenkins LTS 1.642.2 , Pipeline Branch 1.15 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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-26535) DescribableHelper does not handle wildcards well

2016-03-25 Thread alex.ouzou...@me.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alex Ouzounis edited a comment on  JENKINS-26535 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: DescribableHelper does not handle wildcards well  
 
 
 
 
 
 
 
 
 
 trying to use properties in a MultiBranch Pipeline like so: ``` {code:java} properties( [ $class: 'GithubProjectProperty', displayName: '', projectUrlStr: 'https://git.corp.adobe.com/hoolihan/lumberyard/' ] ) ``` {code} but I get: ``` {code:java} java.lang.UnsupportedOperationException: JENKINS-26535: do not know how to handle java.util.List ``` {code}   My understanding from http://stackoverflow.com/questions/35370810/how-do-i-use-jenkins-pipeline-properties-step#35471196 was that the properties syntax was working but maybe i am wrong.-Jenkins LTS 1.642.2 , Pipeline Branch 1.15 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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-26535) DescribableHelper does not handle wildcards well

2016-03-25 Thread alex.ouzou...@me.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alex Ouzounis commented on  JENKINS-26535 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: DescribableHelper does not handle wildcards well  
 
 
 
 
 
 
 
 
 
 
trying to use properties in a MultiBranch Pipeline like so: ``` properties( [ $class: 'GithubProjectProperty', displayName: '', projectUrlStr: 'https://git.corp.adobe.com/hoolihan/lumberyard/' ] ) ``` but I get: ``` java.lang.UnsupportedOperationException: JENKINS-26535: do not know how to handle java.util.List ``` My understanding from http://stackoverflow.com/questions/35370810/how-do-i-use-jenkins-pipeline-properties-step#35471196 was that the properties syntax was working but maybe i am wrong. 
 
Jenkins LTS 1.642.2 , Pipeline Branch 1.15 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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-26535) DescribableHelper does not handle wildcards well

2016-03-10 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-26535 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: DescribableHelper does not handle wildcards well  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Kohsuke Kawaguchi Path: plugin/src/main/java/org/jenkinsci/plugins/symbol/describable/DescribableModel.java http://jenkins-ci.org/commit/symbol-plugin/f467a821c1139b55cc74f4b8a11e81393bb71cef Log: JENKINS-26535 tiger-types to the rescue 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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-26535) DescribableHelper does not handle wildcards well

2016-02-01 Thread pe...@algarvio.me (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Pedro Algarvio commented on  JENKINS-26535 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: DescribableHelper does not handle wildcards well  
 
 
 
 
 
 
 
 
 
 
I have, as a final pipeline step, the following: 

 

step([$class: 'JUnitResultArchiver', allowEmptyResults: true, keepLongStdio: true, testDataPublishers: [[$class: 'StabilityTestDataPublisher']], testResults: 'test-results.xml'])
 

 
If I comment out that last step, the build completes as it should, successfully, however, if that step is present: 

 

[Pipeline] } //withEnv
[Pipeline] Set environment variables : End
[Pipeline] step
[Pipeline] } //timeout
[Pipeline] Enforce time limit : End
[Pipeline] } //parallel
[Pipeline] Execute sub-workflows in parallel : End
[Pipeline] } //wrap
[Pipeline] General Build Wrapper : End
[Pipeline] } //wrap
[Pipeline] General Build Wrapper : End
[Pipeline] } //node
[Pipeline] Allocate node : End
[Pipeline] End of Pipeline
org.jenkinsci.plugins.workflow.cps.steps.ParallelStepException: Parallel step unit failed
	at org.jenkinsci.plugins.workflow.cps.steps.ParallelStep$ResultHandler$Callback.checkAllDone(ParallelStep.java:153)
	at org.jenkinsci.plugins.workflow.cps.steps.ParallelStep$ResultHandler$Callback.onFailure(ParallelStep.java:119)
	at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$FailureAdapter.receive(CpsBodyExecution.java:294)
	at com.cloudbees.groovy.cps.impl.ThrowBlock$1.receive(ThrowBlock.java:68)
	at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21)
	at com.cloudbees.groovy.cps.Next.step(Next.java:58)
	at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:154)
	at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:164)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:277)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$000(CpsThreadGroup.java:77)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:186)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:184)
	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:47)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:112)
	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.UnsupportedOperationException: JENKINS-26535: do not know how to handle ? extends hudson.tasks.junit.TestDataPublisher
	at org.jenkinsci.plugins.workflow.structs.DescribableHelper.coerce(DescribableHelper.java:574)
	at org.jenkinsci.plugins.workflow.structs.DescribableHelper.mapList(DescribableHelper.java:603)
	at org.jenkinsci.plugins.workflow.structs.DescribableHelper.coerce(DescribableHelper.java:588)
	at org.jenkinsci.plugins.workflow.structs.DescribableHelper.buildArguments(DescribableHelper.java:524)
	at org.jenkinsci.plugins.workflow.structs.DescribableHelper.injectSetters(DescribableHelper.java:663)
	at org.jenkinsci.plugins.workflow.structs.DescribableHelper.instantiate(DescribableHelper.java:98)
	at 

[JIRA] [workflow-plugin] (JENKINS-26535) DescribableHelper does not handle wildcards well

2015-10-28 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-26535 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: DescribableHelper does not handle wildcards well  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Jesse Glick Path: multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/JobPropertyStep.java multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/JobPropertyStepTest.java step-api/src/main/java/org/jenkinsci/plugins/workflow/structs/DescribableHelper.java http://jenkins-ci.org/commit/workflow-plugin/b5302ebc2e2479f03c538060460e43d0c1c0b47a Log: JENKINS-26535 can be worked around using a collection of raw types. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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-26535) DescribableHelper does not handle wildcards well

2015-01-21 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 created  JENKINS-26535


DescribableHelper does not handle wildcards well















Issue Type:


Bug



Assignee:


Jesse Glick



Components:


workflow-plugin



Created:


21/Jan/15 7:31 PM



Description:


org.jenkinsci.plugins.credentialsbinding.impl.BindingStep notes that while ListMultiBinding bindings works fine, List? extends MultiBinding? does not, nor does ListMultiBinding?.




Project:


Jenkins



Priority:


Minor



Reporter:


Jesse Glick

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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.