[JIRA] [openstack-cloud-plugin] (JENKINS-29694) AssertionError: Unknown credential type configured: null

2016-04-11 Thread ogon...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oliver Gondža resolved as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
Form validation added towards 2.2. When ignored it will still fail rather nasty (but that is the case of lot more fields). 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-29694 
 
 
 
  AssertionError: Unknown credential type configured: null  
 
 
 
 
 
 
 
 
 

Change By:
 
 Oliver Gondža 
 
 
 

Status:
 
 Reopened Resolved 
 
 
 

Resolution:
 
 Fixed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [openstack-cloud-plugin] (JENKINS-29694) AssertionError: Unknown credential type configured: null

2016-04-11 Thread ogon...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oliver Gondža reopened an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-29694 
 
 
 
  AssertionError: Unknown credential type configured: null  
 
 
 
 
 
 
 
 
 

Change By:
 
 Oliver Gondža 
 
 
 

Resolution:
 
 Fixed 
 
 
 

Status:
 
 Closed Reopened 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [openstack-cloud-plugin] (JENKINS-29694) AssertionError: Unknown credential type configured: null

2016-04-11 Thread ogon...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oliver Gondža closed an issue as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
The credentials are now used to connect to launched slave only. Without credentials, it fails with: 

 
java.lang.NullPointerException
	at com.cloudbees.plugins.credentials.matchers.IdMatcher.(IdMatcher.java:49)
	at com.cloudbees.plugins.credentials.CredentialsMatchers.withId(CredentialsMatchers.java:112)
	at hudson.plugins.sshslaves.SSHLauncher.lookupSystemCredentials(SSHLauncher.java:291)
	at hudson.plugins.sshslaves.SSHLauncher.(SSHLauncher.java:268)
	at jenkins.plugins.openstack.compute.JCloudsCloud$SlaveType$1.createLauncher(JCloudsCloud.java:98)
	at jenkins.plugins.openstack.compute.JCloudsSlave.(JCloudsSlave.java:55)
	at jenkins.plugins.openstack.compute.JCloudsSlaveTemplate.provisionSlave(JCloudsSlaveTemplate.java:178)
 

 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-29694 
 
 
 
  AssertionError: Unknown credential type configured: null  
 
 
 
 
 
 
 
 
 

Change By:
 
 Oliver Gondža 
 
 
 

Status:
 
 Open Closed 
 
 
 

Assignee:
 
 Marat Mavlyutov Oliver Gondža 
 
 
 

Resolution:
 
 Fixed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  

[JIRA] [openstack-cloud-plugin] (JENKINS-29694) AssertionError: Unknown credential type configured: null

2015-07-29 Thread ogon...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oliver Gondža updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-29694 
 
 
 
  AssertionError: Unknown credential type configured: null  
 
 
 
 
 
 
 
 
 

Change By:
 
 Oliver Gondža 
 
 
 
 
 
 
 
 
 
 Thereisnoformvalidationforthecredentialfieldandtheerrormessageisquitecryptic :{noformat}WARNING:Provisionedslavetemplate-afailedtolaunchjava . lang.AssertionError:Unknowncredentialtypeconfigured:nullatjenkins.plugins.openstack.compute.JCloudsSlaveTemplate.get(JCloudsSlaveTemplate.java:230)atjenkins.plugins.openstack.compute.JCloudsSlaveTemplate.provisionSlave(JCloudsSlaveTemplate.java:164)atjenkins.plugins.openstack.compute.JCloudsCloud$2.call(JCloudsCloud.java:221)atjenkins.plugins.openstack.compute.JCloudsCloud$2.call(JCloudsCloud.java:218)atjenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)atjava.util.concurrent.FutureTask.run(FutureTask.java:262)atjava.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)atjava.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)atjava.lang.Thread.run(Thread.java:745){noformat} 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [openstack-cloud-plugin] (JENKINS-29694) AssertionError: Unknown credential type configured: null

2015-07-29 Thread ogon...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oliver Gondža created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-29694 
 
 
 
  AssertionError: Unknown credential type configured: null  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Marat Mavlyutov 
 
 
 

Components:
 

 openstack-cloud-plugin 
 
 
 

Created:
 

 29/Jul/15 7:59 AM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Oliver Gondža 
 
 
 
 
 
 
 
 
 
 
There is no form validation for the credential field and the error message is quite cryptic. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265)