[JIRA] (JENKINS-56884) Vsphere plugin : Convert Template to a VM

2019-04-04 Thread philippe.limo...@thalesgroup.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Philippe LIMOUZY commented on  JENKINS-56884  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Vsphere plugin : Convert Template to a VM
 

  
 
 
 
 

 
 I added a logger on all org.jenkinsci.plugins.vsphere*  library  with the level ALL ... nothing is written  when I use the action Convert Template to a VM The logger works fine as I have some log inputs when I call a job that do a POWER ON on a VM .  
 

  
 
 
 
 

 
 
 

 
 
 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-56884) Vsphere plugin : Convert Template to a VM

2019-04-04 Thread philippe.limo...@thalesgroup.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Philippe LIMOUZY created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-56884  
 
 
  Vsphere plugin : Convert Template to a VM
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 vsphere-cloud-plugin  
 
 
Created: 
 2019-04-04 13:48  
 
 
Environment: 
 Jenkins ver. 2.46.2  Vsphere Plugin 2.18  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Philippe LIMOUZY  
 

  
 
 
 
 

 
 Hi, I created a job to migrate a Template in VM.  I configured the plugin like this : VSphere Action :  Convert Template to a VM Template , Cluster and Resource Pool are filled correctly. ( Note, the template has been generated by another job with the VSphere action : Convert VM to a Template that work fine )   The job returns sucess but doesn't work, I dont see any interaction with vsphere. there is no task created in Vsphere. In the console output I have : Started by user Philippe [EnvInject] - Loading node environment variables. Building on master in workspace /localdata/tc/current/var/Jenkins/COFLIGHT_SYSTEM/workspace/VMW_CREATE_VM_FROM_TEMPLATE [vSphere]  [vSphere] Performing vSphere build step: "Convert template to a VM" [vSphere] Attempting to use server configuration: "Vsphere_Cloud" [vSphere] Converting template to VM. Please wait ... Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Finished: SUCCESS How can I have more traces / logs to understand the problem ? Is it an known bug ?