[JIRA] (JENKINS-50595) build history disappeared after upgrade to 2.107.1

2019-09-24 Thread arielma...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ariel M updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50595  
 
 
  build history disappeared after upgrade to 2.107.1   
 

  
 
 
 
 

 
Change By: 
 Ariel M  
 
 
Comment: 
 [~swf] do you think the uninstall of _JobConfigHistoryPlugin_ can help me solve this issue:https://issues.jenkins-ci.org/browse/JENKINS-59239  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.189669.1522939372000.4449.1569357960682%40Atlassian.JIRA.


[JIRA] (JENKINS-50595) build history disappeared after upgrade to 2.107.1

2019-09-08 Thread arielma...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ariel M commented on  JENKINS-50595  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: build history disappeared after upgrade to 2.107.1   
 

  
 
 
 
 

 
 Yves Schumann do you think the uninstall of JobConfigHistoryPlugin can help me solve this issue: https://issues.jenkins-ci.org/browse/JENKINS-59239  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.189669.1522939372000.8689.1567943880379%40Atlassian.JIRA.


[JIRA] (JENKINS-50595) build history disappeared after upgrade to 2.107.1

2018-11-21 Thread yves.schum...@ti8m.ch (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yves Schumann edited a comment on  JENKINS-50595  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: build history disappeared after upgrade to 2.107.1   
 

  
 
 
 
 

 
 OK, I digged a little bit deeper into this. I setup the same automatic job creation we use on another Jenkins instance using bleeding edge Jenkins release. So I have a job, which creates other Jenkinsfile-based pipeline jobs using job dsl. The created jobs have one difference: Some of them have a periodic trigger of an hour, some of them have no such trigger. So the first portion of the created jobs run every hour and the other ones must be triggered real manually.Now the first interesting part: The periodic triggered jobs have no problem with disappearing history. All fine here. But the manually triggered jobs loose their history on the UI at least on the next day. Actually I did not figured out when exactly the history disappears from the UI.   And the 2nd interesting part is, that the whole _problem disappears after I uninstalled the JobConfigHistoryPlugin_! Can anybody verify this?   
 

  
 
 
 
 

 
 
 

 
 
 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-50595) build history disappeared after upgrade to 2.107.1

2018-11-21 Thread julien.lafourc...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Julien Lafourcade commented on  JENKINS-50595  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: build history disappeared after upgrade to 2.107.1   
 

  
 
 
 
 

 
 We found out some of the problems where due to security hardening introduced in version 2.107.1. Everything is explained here : https://jenkins.io/blog/2018/03/15/jep-200-lts/  You can find some useful information in the logs in order to know which classes you need to whitelist (although it's not a very good practice ...)    
 

  
 
 
 
 

 
 
 

 
 
 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-50595) build history disappeared after upgrade to 2.107.1

2018-11-21 Thread yves.schum...@ti8m.ch (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yves Schumann commented on  JENKINS-50595  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: build history disappeared after upgrade to 2.107.1   
 

  
 
 
 
 

 
 OK, I digged a little bit deeper into this.  I setup the same automatic job creation we use on another Jenkins instance using bleeding edge Jenkins release. So I have a job, which creates other Jenkinsfile-based pipeline jobs using job dsl. The created jobs have one difference: Some of them have a periodic trigger of an hour, some of them have no such trigger. So the first portion of the created jobs run every hour and the other ones must be triggered real manually. Now the first interesting part: The periodic triggered jobs have no problem with disappearing history. All fine here. But the manually triggered jobs loose their history on the UI at least on the next day. Actually I did not figured out when exactly the history disappears from the UI.   And the 2nd interesting part is, that the whole problem disappears after I uninstalled the JobConfigHistoryPlugin! Can anybody verify this?   
 

  
 
 
 
 

 
 
 

 
 
 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-50595) build history disappeared after upgrade to 2.107.1

2018-11-14 Thread yves.schum...@ti8m.ch (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yves Schumann commented on  JENKINS-50595  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: build history disappeared after upgrade to 2.107.1   
 

  
 
 
 
 

 
 Any news here? This is actually a show stopper...  
 

  
 
 
 
 

 
 
 

 
 
 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-50595) build history disappeared after upgrade to 2.107.1

2018-11-11 Thread yves.schum...@ti8m.ch (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yves Schumann edited a comment on  JENKINS-50595  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: build history disappeared after upgrade to 2.107.1   
 

  
 
 
 
 

 
 We have the same issue with Jenkins 2.121.3.The visible history of all jobs which are created using Job-DSL disappear after some time (next day). The folders already exist on the master and each build folder  has an  contains a  build.xml. Jobs created using the OrgaScanner did not have this problem.Please let me know if and which further details required to fix this.   
 

  
 
 
 
 

 
 
 

 
 
 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-50595) build history disappeared after upgrade to 2.107.1

2018-11-11 Thread yves.schum...@ti8m.ch (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yves Schumann commented on  JENKINS-50595  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: build history disappeared after upgrade to 2.107.1   
 

  
 
 
 
 

 
 We have the same issue with Jenkins 2.121.3. The visible history of all jobs which are created using Job-DSL disappear after some time (next day). The folders already exist on the master and each build folder has an build.xml. Jobs created using the OrgaScanner did not have this problem. Please let me know if and which further details required to fix this.    
 

  
 
 
 
 

 
 
 

 
 
 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-50595) build history disappeared after upgrade to 2.107.1

2018-05-24 Thread thomas.frear...@cornerstonenw.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Frearson edited a comment on  JENKINS-50595  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: build history disappeared after upgrade to 2.107.1   
 

  
 
 
 
 

 
 [~ams] [~jlafourc] [~schuchj]I think to fix this issue, I had to install version 2.2.1 of the TAP plugin. I'm not sure if this fixes the issue or just puts a bandaid on things, and it wasn't the ideal solution as upgrading that plugin took away all test information other than pass/fail from my Slack reports. It seems to have kept the build history intact since I did that though, so I guess that's the better of two evils. ETA: the reason I tried upgrading the TAP Plugin as a fix, is I eventually found that this issue only affected those job that were processing TAP results. Jobs that weren't were never affected by this bug. If you are noticing this happen, check if the jobs have TAP processing, and check your TAP plugin version.  
 

  
 
 
 
 

 
 
 

 
 
 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-50595) build history disappeared after upgrade to 2.107.1

2018-05-24 Thread thomas.frear...@cornerstonenw.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Frearson commented on  JENKINS-50595  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: build history disappeared after upgrade to 2.107.1   
 

  
 
 
 
 

 
 Alfred Szmidt Julien Lafourcade Jennifer schuch I think to fix this issue, I had to install version 2.2.1 of the TAP plugin. I'm not sure if this fixes the issue or just puts a bandaid on things, and it wasn't the ideal solution as upgrading that plugin took away all test information other than pass/fail from my Slack reports. It seems to have kept the build history intact since I did that though, so I guess that's the better of two evils.  
 

  
 
 
 
 

 
 
 

 
 
 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-50595) build history disappeared after upgrade to 2.107.1

2018-05-24 Thread aszm...@infinera.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alfred Szmidt updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50595  
 
 
  build history disappeared after upgrade to 2.107.1   
 

  
 
 
 
 

 
Change By: 
 Alfred Szmidt  
 
 
Priority: 
 Major Blocker  
 

  
 
 
 
 

 
 
 

 
 
 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-50595) build history disappeared after upgrade to 2.107.1

2018-05-24 Thread aszm...@infinera.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alfred Szmidt commented on  JENKINS-50595  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: build history disappeared after upgrade to 2.107.1   
 

  
 
 
 
 

 
 We are also experiencing this issue in 2.107.3 as well. Is there any extra information that would be useful in addressing this bug?  
 

  
 
 
 
 

 
 
 

 
 
 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-50595) build history disappeared after upgrade to 2.107.1

2018-05-22 Thread julien.lafourc...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Julien Lafourcade edited a comment on  JENKINS-50595  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: build history disappeared after upgrade to 2.107.1   
 

  
 
 
 
 

 
 Hello, We have exactly the same behavior. I see hold builds which have a build.xml inthe  folder. New build folders do not have build.xml. This only happens on build that are generated with jenkins DSL  dans  and  the seed plugin.  Anyone knows what may be the cause ?  Thx  Julien  
 

  
 
 
 
 

 
 
 

 
 
 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-50595) build history disappeared after upgrade to 2.107.1

2018-05-22 Thread julien.lafourc...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Julien Lafourcade commented on  JENKINS-50595  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: build history disappeared after upgrade to 2.107.1   
 

  
 
 
 
 

 
 Hello,   We have exactly the same behavior. I see hold builds which have a build.xml inthe  folder. New build folders do not have build.xml. This only happens on build that are generated with jenkins DSL dans the seed plugin.    Anyone knows what may be the cause ?    Thx    Julien  
 

  
 
 
 
 

 
 
 

 
 
 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-50595) build history disappeared after upgrade to 2.107.1

2018-04-17 Thread thomas.frear...@cornerstonenw.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Frearson commented on  JENKINS-50595  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: build history disappeared after upgrade to 2.107.1   
 

  
 
 
 
 

 
 That's interesting. I had tried that and the build.xml file was present in the first build but not in any subsequent builds.  I just updated the TAP plugin as I noticed that only builds involving TAP reports were exhibiting this behavior. Unfortunately, the newer versions of the TAP plugin don't work for me so I'm going to downgrade and see if it is still working after that.  
 

  
 
 
 
 

 
 
 

 
 
 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-50595) build history disappeared after upgrade to 2.107.1

2018-04-17 Thread jennifer_sch...@datacard.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jennifer schuch commented on  JENKINS-50595  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: build history disappeared after upgrade to 2.107.1   
 

  
 
 
 
 

 
 creating new jenkins job, using 'old' job as template, is our current work around. build history (i.e., build.xml is present) shows with newly created config.xml.  
 

  
 
 
 
 

 
 
 

 
 
 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-50595) build history disappeared after upgrade to 2.107.1

2018-04-17 Thread jennifer_sch...@datacard.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jennifer schuch commented on  JENKINS-50595  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: build history disappeared after upgrade to 2.107.1   
 

  
 
 
 
 

 
 build.xml files are still missing when job completes. this is consistently happening to a group of build jobs, where other jobs (similiar jobs) are creating build.xml. Not able to determine why this group of jobs won't/don't create build.xml.  
 

  
 
 
 
 

 
 
 

 
 
 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-50595) build history disappeared after upgrade to 2.107.1

2018-04-16 Thread thomas.frear...@cornerstonenw.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Frearson commented on  JENKINS-50595  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: build history disappeared after upgrade to 2.107.1   
 

  
 
 
 
 

 
 going to this latest release, yes. I used the "upgrade automatically". for the last release though, I switched from the weekly builds to the Stable build. I'm wondering if I had an issue somewhere in that process.   
 

  
 
 
 
 

 
 
 

 
 
 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-50595) build history disappeared after upgrade to 2.107.1

2018-04-16 Thread jennifer_sch...@datacard.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jennifer schuch commented on  JENKINS-50595  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: build history disappeared after upgrade to 2.107.1   
 

  
 
 
 
 

 
 I'll find out by tomorrow morning. Those jobs are scheduled to run this evening. I'll update tomorrow.  For this update, I had selected their 'upgrade automatically'. Is this how you updated? I'm wondering if it's an issue via their war, instead of using their windows installer package.  
 

  
 
 
 
 

 
 
 

 
 
 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-50595) build history disappeared after upgrade to 2.107.1

2018-04-16 Thread thomas.frear...@cornerstonenw.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Frearson commented on  JENKINS-50595  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: build history disappeared after upgrade to 2.107.1   
 

  
 
 
 
 

 
 

decided to purge build history of impacted build jobs and start anew
 Did this work? Do the affected builds now have a build history? I have a few job that are being affected and may have to do the same. I'm not sure how those build.xml files stopped being created in each build. That's the correlation I noticed though, is that jobs with accurate build history had a build.xml file in each build dir, job with disappearing history didn't have one. I'm surprised that no one else has reported this issue, not sure what to do next short of re-deploying the build master to see if that fixes it.  
 

  
 
 
 
 

 
 
 

 
 
 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-50595) build history disappeared after upgrade to 2.107.1

2018-04-16 Thread jennifer_sch...@datacard.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jennifer schuch commented on  JENKINS-50595  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: build history disappeared after upgrade to 2.107.1   
 

  
 
 
 
 

 
 nothing is being reported in the system logs. appears that the config.xml upgraded to 1.1, i reverted back my installation of Jenkins to the previous version I had on this server. Build history seems to now be 'lost'. decided to purge build history of impacted build jobs and start anew. there is/are no build.xml files located in root of  directory of impacted build jobs. build.xml does exist in build number directories of jobs not impacted by this issue.  how would these build.xml files 'disappear'?  
 

  
 
 
 
 

 
 
 

 
 
 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-50595) build history disappeared after upgrade to 2.107.1

2018-04-13 Thread thomas.frear...@cornerstonenw.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Frearson edited a comment on  JENKINS-50595  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: build history disappeared after upgrade to 2.107.1   
 

  
 
 
 
 

 
 Do all of your builds have a build.xml file in them  (in the  directory on the master) ? I'm having a similar issue, and I believe that is the reason they aren't showing up in the build history. I'm not sure why the build.xml file isn't being generated yet though.  
 

  
 
 
 
 

 
 
 

 
 
 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-50595) build history disappeared after upgrade to 2.107.1

2018-04-13 Thread thomas.frear...@cornerstonenw.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Frearson commented on  JENKINS-50595  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: build history disappeared after upgrade to 2.107.1   
 

  
 
 
 
 

 
 Do all of your builds have a build.xml file in them? I'm having a similar issue, and I believe that is the reason they aren't showing up in the build history. I'm not sure why the build.xml file isn't being generated yet though.  
 

  
 
 
 
 

 
 
 

 
 
 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-50595) build history disappeared after upgrade to 2.107.1

2018-04-05 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-50595  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: build history disappeared after upgrade to 2.107.1   
 

  
 
 
 
 

 
 Do you see any errors in the System logs? Maybe Build entries refuse to load due to the non-whitelisted classes (JEP-200) or maybe due to a regression with XML 1.1 introduction  
 

  
 
 
 
 

 
 
 

 
 
 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-50595) build history disappeared after upgrade to 2.107.1

2018-04-05 Thread jennifer_sch...@datacard.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jennifer schuch commented on  JENKINS-50595  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: build history disappeared after upgrade to 2.107.1   
 

  
 
 
 
 

 
 Also to note, the jobs that don't show the 3 days worth of build history, per configuration, where running when 'reload configuration from disk' was triggered for updates made to other jobs that where to begin their runtime within a few hours. The jobs updated outside the UI show no history although everthing is on the file system.  
 

  
 
 
 
 

 
 
 

 
 
 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-50595) build history disappeared after upgrade to 2.107.1

2018-04-05 Thread jennifer_sch...@datacard.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jennifer schuch created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50595  
 
 
  build history disappeared after upgrade to 2.107.1   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 image-2018-04-05-09-37-38-986.png, image-2018-04-05-09-38-50-846.png, image-2018-04-05-09-39-42-624.png, image-2018-04-05-09-40-43-041.png  
 
 
Components: 
 core  
 
 
Created: 
 2018-04-05 14:42  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Jennifer schuch  
 

  
 
 
 
 

 
 After upgrade to 2.107.1 windows from 2.89.3, build history disappeared for jobs that have either been renamed during their life or jobs where the build.xml was updated via file system and configuration reloaded from disk. attached is an example of 3 days of missing build history for a job that was renamed in January.            
 

  
 
 
 
 

 
 
 

 
 
 Add Comment