[JIRA] (JENKINS-42741) Option "Prepare SonarQube Scanner Environment" missing in Job DSL Plugin

2017-03-31 Thread eriknelles...@gmx.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Nellessen commented on  JENKINS-42741  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Option "Prepare SonarQube Scanner Environment" missing in Job DSL Plugin   
 

  
 
 
 
 

 
 You are right and this works for me. Thank you!   
 

  
 
 
 
 

 
 
 

 
 
 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-42741) Option "Prepare SonarQube Scanner Environment" missing in Job DSL Plugin

2017-03-31 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Spilker closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42741  
 
 
  Option "Prepare SonarQube Scanner Environment" missing in Job DSL Plugin   
 

  
 
 
 
 

 
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-42741) Option "Prepare SonarQube Scanner Environment" missing in Job DSL Plugin

2017-03-20 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Spilker resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 This is supported by the Automatically Generated DSL: 

 

job(String name) {
  wrappers {
withSonarQubeEnv {
  installationName(String value)
}
  }
} 

  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-42741  
 
 
  Option "Prepare SonarQube Scanner Environment" missing in Job DSL Plugin   
 

  
 
 
 
 

 
Change By: 
 Daniel Spilker  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  

[JIRA] (JENKINS-42741) Option "Prepare SonarQube Scanner Environment" missing in Job DSL Plugin

2017-03-15 Thread eriknelles...@gmx.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Nellessen updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42741  
 
 
  Option "Prepare SonarQube Scanner Environment" missing in Job DSL Plugin   
 

  
 
 
 
 

 
Change By: 
 Erik Nellessen  
 
 
Labels: 
 job-dsl-plugin sonarqube  
 

  
 
 
 
 

 
 
 

 
 
 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-42741) Option "Prepare SonarQube Scanner Environment" missing in Job DSL Plugin

2017-03-14 Thread eriknelles...@gmx.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Nellessen created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42741  
 
 
  Option "Prepare SonarQube Scanner Environment" missing in Job DSL Plugin   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Daniel Spilker  
 
 
Attachments: 
 prepare_sonarqube_scanner_environment.png  
 
 
Components: 
 job-dsl-plugin  
 
 
Created: 
 2017/Mar/14 8:03 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Erik Nellessen  
 

  
 
 
 
 

 
 Via the GUI, I can choose the Option "Prepare SonarQube Scanner Environment" (see the attached screenshot). I could not find this option in the Job DSL Plugin (searched the API and the source code via grep). That is why I can not generate my Jobs with this option selected automatically. Without this option, I can not start the Maven SonarQube goal, because the SonarQube environment variables are missing. My current workaround is to also define the SonarQube environment variables as global environment variables. Then I can also use them in my generated jobs.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment