[JIRA] (JENKINS-55743) performance signature dynatrace plugin integration: Getting response code 503

2019-01-23 Thread raphael.pio...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael Pionke closed an issue as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 suraj panda This has nothing to do with the Performance Signature plugins. What you are seeing is a stack trace from the http request plugin.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-55743  
 
 
  performance signature dynatrace plugin integration: Getting response code 503   
 

  
 
 
 
 

 
Change By: 
 Raphael Pionke  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 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-55743) performance signature dynatrace plugin integration: Getting response code 503

2019-01-23 Thread panda.su...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 suraj panda created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55743  
 
 
  performance signature dynatrace plugin integration: Getting response code 503   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Raphael Pionke  
 
 
Components: 
 performance-signature-dynatrace-plugin  
 
 
Created: 
 2019-01-23 12:46  
 
 
Environment: 
 test  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 suraj panda  
 

  
 
 
 
 

 
 We are creating a pipeline from jenkins to create createDeployementEvent and reportPerfSignatureReport event in dynatrace using performance signature dynatrace plugin. Plugin connection shows sucessfull when we enter dynatrace URL with api token. But when are using the plugin in pipeline with providing the dynatrace managed server api URL, authentication, api token it doesn't work. It gives the below exception. We are not getting any other information from log files. Please help what could be the issue.   Started by user [FSSTAR|http://localhost:8080/user/fsstar]Building in workspace C:\Program Files (x86)\Jenkins\workspace\DynatraceHttp_Jan23HttpMethod: POSTURL: [https://dtserverxxx/e/74fdd165-d231-48b9-8bb2-8f955d5a75bd/api/v1/|https://apac01.safelinks.protection.outlook.com/?url="" color="">Content-type: application/jsonAccept: application/jsonAuthorization: *Sending request to url: [https://dtserverxxx/e/74fdd165-d231-48b9-8bb2-8f955d5a75bd/api/v1/|https://apac01.safelinks.protection.outlook.com/?url="" color="">Response Code: HTTP/1.1 503 Service UnavailableERROR: Build step failed with exceptionhudson.AbortException: Fail: the returned code 503 is not in the accepted range: [[100?399]]    at jenkins.plugins.http_request.HttpRequestExecution.responseCodeIsValid(HttpRequestExecution.java:306)    at jenkins.plugins.http_request.HttpRequestExecution.processResponse(HttpRequestExecution.java:316)    at