[JIRA] (JENKINS-49591) Jenkins DSL Script lightweight() method is ignored

2018-04-14 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Spilker closed an issue as Cannot Reproduce  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-49591  
 
 
  Jenkins DSL Script lightweight() method is ignored   
 

  
 
 
 
 

 
Change By: 
 Daniel Spilker  
 
 
Status: 
 Resolved Closed  
 

  
 
 
 
 

 
 
 

 
 
 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-49591) Jenkins DSL Script lightweight() method is ignored

2018-03-13 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Spilker resolved as Cannot Reproduce  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 I can not reproduce this. You need to install version 2.29 or later of the "Pipeline: Groovy" plugin to use the lightweight option, see https://jenkinsci.github.io/job-dsl-plugin/#path/pipelineJob-definition-cpsScm-lightweight. Job DSL should print a warning to the seed job output if a plugin needs to be installed or updated.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-49591  
 
 
  Jenkins DSL Script lightweight() method is ignored   
 

  
 
 
 
 

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

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 


[JIRA] (JENKINS-49591) Jenkins DSL Script lightweight() method is ignored

2018-02-15 Thread steffen.el...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Steffen Elste created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-49591  
 
 
  Jenkins DSL Script lightweight() method is ignored   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Daniel Spilker  
 
 
Components: 
 job-dsl-plugin  
 
 
Created: 
 2018-02-16 06:37  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Steffen Elste  
 

  
 
 
 
 

 
 Using the Job DSL Plugin version 1.68 the 'lightweight' method is ignored when creating a pipeline job: 

 

pipelineJob('Pipeline') {
    description 'Pipeline Test'

    definition {
        cpsScm {
            lightweight(true)

            scm {
                git('http://u.r.l/repo.git')
            }
        }
    }
}
 

 There is no error message, it's just that 'lightweight' is silently ignored. Tested on the Job DSL Playground as well as Windows Server 2008 R2, Jenkins 2.100 running on Tomcat 8.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment