[JIRA] [logstash-plugin] (JENKINS-25565) data.buildDuration always 0

2015-02-13 Thread rusty.ger...@gmail.com (JIRA)















































Rusty Gerard
 closed  JENKINS-25565 as Fixed


data.buildDuration always 0
















Change By:


Rusty Gerard
(14/Feb/15 4:27 AM)




Status:


Resolved
Closed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [logstash-plugin] (JENKINS-25565) data.buildDuration always 0

2014-12-03 Thread rusty.ger...@gmail.com (JIRA)















































Rusty Gerard
 resolved  JENKINS-25565 as Fixed


data.buildDuration always 0
















Fixed in v1.0.2





Change By:


Rusty Gerard
(04/Dec/14 4:54 AM)




Status:


InProgress
Resolved





Resolution:


Fixed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [logstash-plugin] (JENKINS-25565) data.buildDuration always 0

2014-11-18 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-25565


data.buildDuration always 0















Code changed in jenkins
User: Rusty Gerard
Path:
 src/main/java/jenkins/plugins/logstash/LogstashBuildWrapper.java
 src/main/java/jenkins/plugins/logstash/LogstashNotifier.java
 src/main/java/jenkins/plugins/logstash/persistence/BuildData.java
 src/test/java/jenkins/plugins/logstash/LogstashNotifierTest.java
 src/test/java/jenkins/plugins/logstash/persistence/BuildDataTest.java
http://jenkins-ci.org/commit/logstash-plugin/9f374243b35e5c53653f2219d2e40b7bbd94e31e
Log:
  Fixed JENKINS-25565





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [logstash-plugin] (JENKINS-25565) data.buildDuration always 0

2014-11-18 Thread rusty.ger...@gmail.com (JIRA)














































Rusty Gerard
 started work on  JENKINS-25565


data.buildDuration always 0
















Change By:


Rusty Gerard
(19/Nov/14 3:53 AM)




Status:


Open
InProgress



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [logstash-plugin] (JENKINS-25565) data.buildDuration always 0

2014-11-14 Thread rusty.ger...@gmail.com (JIRA)















































Rusty Gerard
 assigned  JENKINS-25565 to Rusty Gerard



data.buildDuration always 0
















Change By:


Rusty Gerard
(15/Nov/14 5:21 AM)




Assignee:


RustyGerard



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [logstash-plugin] (JENKINS-25565) data.buildDuration always 0

2014-11-12 Thread mferch...@macif.fr (JIRA)














































Ferchaud Matthieu
 created  JENKINS-25565


data.buildDuration always 0















Issue Type:


Bug



Assignee:


Unassigned


Components:


logstash-plugin



Created:


12/Nov/14 1:49 PM



Description:


Hi,

I installed the plugin logstash. Everything works except for the data buildDuration which is always equal to 0.


{
  "_index": "logstash-2014.11.12",
  "_type": "logs",
  "_id": "tmeu84-rToWJ_8N6PuHBzg",
  "_score": null,
  "_source": {
"data": {
  "id": "2014-11-12_13-59-37",
  "result": "SUCCESS",
  "projectName": "testredmine",
  "displayName": "#26",
  "fullDisplayName": "testredmine #26",
  "url": "job/testredmine/26/",
  "buildHost": "Jenkins",
  "buildLabel": "",
  "buildNum": 26,
  "buildDuration": 0,
  "timestamp": "2014-11-12T13:59:37+0100",
  "rootProjectName": "testredmine",
  "rootProjectDisplayName": "#26",
  "rootBuildNum": 26,
  "buildVariables": {}
},
"message": [
  "[EnvInject] - Loading node environment variables.",
  "Building on master in workspace /home/jenkins/data/jobs/testredmine/workspace",
  "FSSCM.checkout /tmp/testlogstash/ to /home/jenkins/data/jobs/testredmine/workspace",
  "FSSCM.check completed in 19 milliseconds",
  "Hello, null!",
  "[workspace] $ /bin/sh -xe /tmp/hudson7203903808744352734.sh",
  "+ sleep 5"
],
"source": "jenkins",
"source_host": "http://jenkins-test/",
"@timestamp": "2014-11-12T13:59:37.000+01:00",
"version": 1,
"@version": "1"
  },
  "sort": [
1415797177000,
1415797177000
  ]
}





Environment:


Jenkins 1.541

Logstash plugin 1.0.1




Project:


Jenkins



Labels:


plugin
logstash




Priority:


Minor



Reporter:


Ferchaud Matthieu

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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.