[JIRA] (JENKINS-42483) Certain GDSL methods are not generated

2019-07-16 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42483  
 
 
  Certain GDSL methods are not generated   
 

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Assignee: 
 Carlos Sanchez  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.179403.1488615111000.13125.1563306227380%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-42483) Certain GDSL methods are not generated

2018-10-11 Thread jenk...@albersweb.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Harald Albers commented on  JENKINS-42483  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Certain GDSL methods are not generated   
 

  
 
 
 
 

 
 Also incorrect in Jenkins 2.138.2:  
 
withMaven parameter 'options' must be List instead of Map 
  
 

  
 
 
 
 

 
 
 

 
 
 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-42483) Certain GDSL methods are not generated

2018-05-11 Thread olaf.maer...@bosch-si.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Olaf Märker commented on  JENKINS-42483  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Certain GDSL methods are not generated   
 

  
 
 
 
 

 
 Here are some more that are incorrect or missing: 
 
withCredentials parameter 'bindings' must be List instead of Map 
withEnv parameter 'overrides' must be List instead of Map 
Methods 'configFileProvider' and 'configFile' are missing 
method node has an optional parameter 'label'. With the current gdsl it is shown as mandatory  in IDEA. Maybe we need here an additional 'node()' entry without label 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-42483) Certain GDSL methods are not generated

2017-03-04 Thread superaktie...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hoshang Sadiq updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42483  
 
 
  Certain GDSL methods are not generated   
 

  
 
 
 
 

 
Change By: 
 Hoshang Sadiq  
 

  
 
 
 
 

 
 When using the pipeline syntax gdsl generator, certain methods are not generated and others are not generated correctly (as far as I can tell anyway). The ones I noticed are {{podTemplate}}'s namedParam {{containers}} should be a {{List}} rather than a {{Map}}. Additionally, it doesn't generate a method for {{containerTemplate}}, {{podAnnotation}}, {{hostPathVolume}}.Additional errors being reported by IntelliJ:{code}checkout scm{code} Error reported  > bq.  'checkout' cannot be applied to '(org.jenkinsci.plugins.workflow.multibranch.SCMVar)'  
 

  
 
 
 
 

 
 
 

 
 
 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 htt

[JIRA] (JENKINS-42483) Certain GDSL methods are not generated

2017-03-04 Thread superaktie...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hoshang Sadiq created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42483  
 
 
  Certain GDSL methods are not generated   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Carlos Sanchez  
 
 
Components: 
 kubernetes-plugin, workflow-aggregator-plugin  
 
 
Created: 
 2017/Mar/04 8:11 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Hoshang Sadiq  
 

  
 
 
 
 

 
 When using the pipeline syntax gdsl generator, certain methods are not generated and others are not generated correctly (as far as I can tell anyway). The ones I noticed are podTemplate's namedParam containers should be a List rather than a Map. Additionally, it doesn't generate a method for containerTemplate, podAnnotation, hostPathVolume. Additional errors being reported by IntelliJ: 

 

checkout scm
 

 > 'checkout' cannot be applied to '(org.jenkinsci.plugins.workflow.multibranch.SCMVar)'  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment