[JIRA] (JENKINS-49588) java.lang.NullPointerException at hudson.model.Fingerprint.addWithoutSaving(Fingerprint.java:1035)

707 views
Skip to first unread message

atrauzzi@gmail.com (JIRA)

unread,
Feb 15, 2018, 6:02:03 PM2/15/18
to jenkinsc...@googlegroups.com
Alexander Trauzzi updated an issue
 
Jenkins / Bug JENKINS-49588
java.lang.NullPointerException at hudson.model.Fingerprint.addWithoutSaving(Fingerprint.java:1035)
Change By: Alexander Trauzzi
Summary: java.lang. AssertionError: InstanceIdentity is missing its singleton NullPointerException   at org hudson . jenkinsci model . main Fingerprint . modules.instance_identity.InstanceIdentity.get addWithoutSaving ( InstanceIdentity Fingerprint .java: 133 1035 )
Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)
Atlassian logo

o.v.nenashev@gmail.com (JIRA)

unread,
Feb 16, 2018, 3:38:02 AM2/16/18
to jenkinsc...@googlegroups.com

atrauzzi@gmail.com (JIRA)

unread,
Feb 16, 2018, 9:06:04 AM2/16/18
to jenkinsc...@googlegroups.com

o.v.nenashev@gmail.com (JIRA)

unread,
Feb 18, 2018, 5:06:03 AM2/18/18
to jenkinsc...@googlegroups.com

o.v.nenashev@gmail.com (JIRA)

unread,
Feb 18, 2018, 5:06:03 AM2/18/18
to jenkinsc...@googlegroups.com

o.v.nenashev@gmail.com (JIRA)

unread,
Feb 18, 2018, 5:06:04 AM2/18/18
to jenkinsc...@googlegroups.com

Code: https://github.com/jenkinsci/jenkins/blob/jenkins-2.107/core/src/main/java/hudson/model/Fingerprint.java#L1035

usages object is null somehow. The only reason for that is that the Fingerprint without usages is being deserialized from the disk and then updated. I would propose to add readResolve() logic, which initializes it if needed. Such approach is documented here: https://wiki.jenkins.io/display/JENKINS/Hint+on+retaining+backward+compatibility#Hintonretainingbackwardcompatibility-Scenario:Addinganewfield

The only recent commit around this code is https://github.com/jenkinsci/jenkins/commit/9a4a913e387c49d0c4cec602280e25c37196f83c#diff-13b73f86f1b1a0a2ff1b5e7dd13cfe39 from mike cirioli. But I doubt it would cause such behavior on deserialization. XML File for the missing fingerprint would be a way to check that.

mikecirioli@gmail.com (JIRA)

unread,
Feb 19, 2018, 8:08:02 AM2/19/18
to jenkinsc...@googlegroups.com

batmat@batmat.net (JIRA)

unread,
Feb 21, 2018, 8:49:03 AM2/21/18
to jenkinsc...@googlegroups.com

batmat@batmat.net (JIRA)

unread,
Feb 21, 2018, 8:50:02 AM2/21/18
to jenkinsc...@googlegroups.com

Alexander Trauzzi did it start failing suddenly, or after you upgraded to 2.107? If the latter, did you upgrade from 2.106 or another one? Thanks

atrauzzi@gmail.com (JIRA)

unread,
Feb 21, 2018, 8:53:02 AM2/21/18
to jenkinsc...@googlegroups.com

It was from a release prior to 2.106. I'm not 100% sure which, but I definitely skipped over a few versions. Perhaps from 2.104?

dbeck@cloudbees.com (JIRA)

unread,
Feb 22, 2018, 6:59:03 PM2/22/18
to jenkinsc...@googlegroups.com

 I'm not sure what's going on at this point, but I got two warnings about old data for fingerprint and now none of my builds are working.

What were the old data warnings exactly, do you know?

o.v.nenashev@gmail.com (JIRA)

unread,
Feb 23, 2018, 12:11:04 PM2/23/18
to jenkinsc...@googlegroups.com

o.v.nenashev@gmail.com (JIRA)

unread,
Feb 24, 2018, 6:02:03 AM2/24/18
to jenkinsc...@googlegroups.com

o.v.nenashev@gmail.com (JIRA)

unread,
Mar 11, 2018, 2:17:03 PM3/11/18
to jenkinsc...@googlegroups.com

scm_issue_link@java.net (JIRA)

unread,
Mar 17, 2018, 5:17:02 AM3/17/18
to jenkinsc...@googlegroups.com

Code changed in jenkins
User: Oleg Nenashev
Path:
content/doc/upgrade-guide/2.107.adoc
http://jenkins-ci.org/commit/jenkins.io/93c2d770eeb3becb4b2d5d5b15b3c6ff9cedf9d4
Log:
Also add JENKINS-49588 to the list of ignored regressions

batmat@batmat.net (JIRA)

unread,
Mar 18, 2018, 2:47:04 AM3/18/18
to jenkinsc...@googlegroups.com

batmat@batmat.net (JIRA)

unread,
Mar 18, 2018, 2:48:03 AM3/18/18
to jenkinsc...@googlegroups.com
Baptiste Mathus started work on Bug JENKINS-49588
 
Change By: Baptiste Mathus
Status: Open In Progress

batmat@batmat.net (JIRA)

unread,
Mar 18, 2018, 2:48:04 AM3/18/18
to jenkinsc...@googlegroups.com

dbeck@cloudbees.com (JIRA)

unread,
Mar 18, 2018, 2:57:03 PM3/18/18
to jenkinsc...@googlegroups.com

dbeck@cloudbees.com (JIRA)

unread,
Mar 18, 2018, 2:58:03 PM3/18/18
to jenkinsc...@googlegroups.com

dbeck@cloudbees.com (JIRA)

unread,
Mar 18, 2018, 2:58:03 PM3/18/18
to jenkinsc...@googlegroups.com

This does not look like an actual regression or we would have more than one report by now. All watchers of this issue are the reporter, Jenkins contributors, or the bot.

dbeck@cloudbees.com (JIRA)

unread,
Mar 18, 2018, 2:59:02 PM3/18/18
to jenkinsc...@googlegroups.com
Daniel Beck edited a comment on Bug JENKINS-49588
This does not look like an actual regression that happens in even somewhat regular conditions, or we would have more than one report by now. All watchers of this issue are the reporter, Jenkins contributors, or the bot.

trejkaz@trypticon.org (JIRA)

unread,
Mar 28, 2018, 2:54:02 AM3/28/18
to jenkinsc...@googlegroups.com
trejkaz commented on Bug JENKINS-49588

We're getting this error too.

I assume that deleting a fingerprint file will fix it and that we just have to find the right one?

I can see how deserialisation might result in partial XML being written, but I would have thought that partial XML would cause an error while reading, rather than silently pressing on to get a hard to find bug later on. I take it, then, that someone added a new field and didn't account for existing XML files not having the field?

 

lars.gusowski@cargoguard.com (JIRA)

unread,
Apr 5, 2018, 12:13:02 PM4/5/18
to jenkinsc...@googlegroups.com

We're getting this error to.

Is there something we could do cause downgrading isn't supported and doesn't work to the change about the XML Files

dbeck@cloudbees.com (JIRA)

unread,
Apr 5, 2018, 5:25:03 PM4/5/18
to jenkinsc...@googlegroups.com

It would be great if someone could provide data that causes this, as well as, ideally, an idea some context why this might have happened. It should be an XML file in fingerprints/ without a usages element.{{}}

trejkaz@trypticon.org (JIRA)

unread,
Apr 5, 2018, 8:28:03 PM4/5/18
to jenkinsc...@googlegroups.com

trejkaz@trypticon.org (JIRA)

unread,
Apr 5, 2018, 8:30:02 PM4/5/18
to jenkinsc...@googlegroups.com
trejkaz commented on Bug JENKINS-49588

In our case it wasn't even a complete XML file - the file terminates after an opening <string> tag. Attaching a cut-down version where I deleted multiple <entry/> elements at the top.

Given that the corrupt file was produced by Jenkins itself, I guess there are two things going on:

  1. When an XML file is invalid, somehow Jenkins isn't noticing this when reading it. Maybe it's using an XMLStreamReader with validation turned off?
  2. When Jenkins is writing these files, it isn't doing so atomically.

dgc@acm.org (JIRA)

unread,
Jun 21, 2018, 2:32:02 PM6/21/18
to jenkinsc...@googlegroups.com

I was seeing this failure on a number of jobs as well.  I found and deleted a file containing only:

<?xml version='1.1' encoding='UTF-8'?>
<fingerprint>

as well as a file that appeared valid xml, but contained "<usages/>", and after restarting the issue was resolved.
 

The issue for me was that for most builds failed showing only:

ERROR: Build step failed with exception
java.lang.NullPointerException
Build step 'Copy artifacts from another project' marked build as failure

and it only switched with 2.128 to show the actual stack trace.  Later I found the following error in the logs:

Jun 20, 2018 4:22:14 AM hudson.init.impl.InstallUncaughtExceptionHandler$DefaultUncaughtExceptionHandler uncaughtException
SEVERE: A thread (Fingerprint cleanup thread/51150) died unexpectedly due to an uncaught exception, this may leave your Jenkins in a bad way and is usually indicative of a bug in the code.
java.lang.NullPointerException
        at hudson.model.Fingerprint.isAlive(Fingerprint.java:1055)
        at hudson.model.FingerprintCleanupThread.check(FingerprintCleanupThread.java:110)
        at hudson.model.FingerprintCleanupThread.execute(FingerprintCleanupThread.java:82)
        at hudson.model.AsyncPeriodicWork$1.run(AsyncPeriodicWork.java:101)
        at java.lang.Thread.run(Thread.java:745)

 

dev@ghabi.net (JIRA)

unread,
Jul 2, 2018, 7:11:02 AM7/2/18
to jenkinsc...@googlegroups.com

I think we are getting a similar Exception. Only difference is that we don't have neither "fingerprint" nor "usages" elements in the "build.xml"

Jul 02, 2018 12:45:00 PM hudson.triggers.SCMTrigger$Runner runPolling
SEVERE: Failed to record SCM polling for hudson.maven.MavenModuleSet@241b70f4[*****]
java.lang.NullPointerException
        at hudson.model.Fingerprint.addWithoutSaving(Fingerprint.java:1033)
        at hudson.model.Fingerprint.add(Fingerprint.java:1028)
        at hudson.model.Fingerprint.addFor(Fingerprint.java:1021)
        at com.cloudbees.plugins.credentials.CredentialsProvider.trackAll(CredentialsProvider.java:1457)
        at com.cloudbees.plugins.credentials.CredentialsProvider.track(CredentialsProvider.java:1421)
        at hudson.plugins.git.GitSCM.createClient(GitSCM.java:844)
        at hudson.plugins.git.GitSCM.compareRemoteRevisionWithImpl(GitSCM.java:690)
        at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:657)
        at hudson.scm.SCM.compareRemoteRevisionWith(SCM.java:400)
        at hudson.scm.SCM.poll(SCM.java:417)
        at hudson.model.AbstractProject._poll(AbstractProject.java:1390)
        at hudson.model.AbstractProject.poll(AbstractProject.java:1293)
        at jenkins.triggers.SCMTriggerItem$SCMTriggerItems$Bridge.poll(SCMTriggerItem.java:143)
        at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:603)
        at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:649)
        at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:119)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748) 

This started occuring after upgrade from Jenkins 2.128 to 2.129

In that Version there is only one change in Fingerprint.java: https://github.com/jenkinsci/jenkins/commit/578d6bacb33a5e99f149de504c80275796f0b231#diff-13b73f86f1b1a0a2ff1b5e7dd13cfe39

 

 

This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)

o.v.nenashev@gmail.com (JIRA)

unread,
Jul 2, 2018, 7:21:02 AM7/2/18
to jenkinsc...@googlegroups.com

Yes, this is the same defect.
I am not sure how the referenced change causes it, maybe a coincidence or upgrade of Git plugin to version with SCM tracking.

Anyway, the issue needs to be fixed.
mike cirioli do you plan to work on it?

dev@ghabi.net (JIRA)

unread,
Jul 2, 2018, 7:21:04 AM7/2/18
to jenkinsc...@googlegroups.com
Achraf Ghabi edited a comment on Bug JENKINS-49588
I think we are getting a similar Exception. Only difference is that we don't have neither "fingerprint" nor "usages" elements in the "build.xml"
{code:java}

Jul 02, 2018 12:45:00 PM hudson.triggers.SCMTrigger$Runner runPolling
SEVERE: Failed to record SCM polling for hudson.maven.MavenModuleSet@241b70f4[*****]
java.lang.NullPointerException
        at hudson.model.Fingerprint.addWithoutSaving(Fingerprint.java:1033)
        at hudson.model.Fingerprint.add(Fingerprint.java:1028)
        at hudson.model.Fingerprint.addFor(Fingerprint.java:1021)
        at com.cloudbees.plugins.credentials.CredentialsProvider.trackAll(CredentialsProvider.java:1457)
        at com.cloudbees.plugins.credentials.CredentialsProvider.track(CredentialsProvider.java:1421)
        at hudson.plugins.git.GitSCM.createClient(GitSCM.java:844)
        at hudson.plugins.git.GitSCM.compareRemoteRevisionWithImpl(GitSCM.java:690)
        at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:657)
        at hudson.scm.SCM.compareRemoteRevisionWith(SCM.java:400)
        at hudson.scm.SCM.poll(SCM.java:417)
        at hudson.model.AbstractProject._poll(AbstractProject.java:1390)
        at hudson.model.AbstractProject.poll(AbstractProject.java:1293)
        at jenkins.triggers.SCMTriggerItem$SCMTriggerItems$Bridge.poll(SCMTriggerItem.java:143)
        at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:603)
        at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:649)
        at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:119)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748) {code}

This started occuring after upgrade from Jenkins 2.128 to 2.129

In that Version there is only one change in Fingerprint
But even downgrade to 2 . java 128 didn't fix it : [https://github.com/jenkinsci/jenkins/commit/578d6bacb33a5e99f149de504c80275796f0b231#diff-13b73f86f1b1a0a2ff1b5e7dd13cfe39] (

 

 

dev@ghabi.net (JIRA)

unread,
Jul 5, 2018, 10:50:02 AM7/5/18
to jenkinsc...@googlegroups.com

I've narrowed down my problem to latest plugins security update:

  • credentials 2.1.16 --> 2.1.17
  • Github 1.29.1 --> 1.29.2
  • SSH credentials 1.13 --> 1.14
     

dbeck@cloudbees.com (JIRA)

unread,
Jul 5, 2018, 1:40:02 PM7/5/18
to jenkinsc...@googlegroups.com

Achraf Ghabi All of those have been released about a week ago, while this issue was filed in February. So that's probably incidental.

dev@ghabi.net (JIRA)

unread,
Jul 19, 2018, 9:06:01 AM7/19/18
to jenkinsc...@googlegroups.com

Daniel Beck: agree!

I can't imagine why is the problem triggered now (after all these months). I even went to the plugins repositories and checked the latest changes. There is nothing obvious that could cause the exception. 
In my case the upgrade of those plugins triggered the NPE. I rolled them back and everything went back to normal. I could even upgrade to latest Jenkins version without any further problems. Now we just have to live without the latest security fix from those plugins until a fix of this bug is released!

dave.cavell@cadline.co.uk (JIRA)

unread,
Jul 30, 2018, 4:14:05 PM7/30/18
to jenkinsc...@googlegroups.com

Anyone have at least a temporary fix for this issue? we are screwed at the moment.

aheritier@apache.org (JIRA)

unread,
Sep 5, 2018, 5:09:03 AM9/5/18
to jenkinsc...@googlegroups.com

Oleg Nenashev this issue seems to be related to JENKINS-26257 ?

This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

dave.cavell@cadline.co.uk (JIRA)

unread,
Oct 4, 2018, 7:15:03 AM10/4/18
to jenkinsc...@googlegroups.com

I deleted the contents of $JENKINS_HOME/fingerprints, and am now back in business.

No idea if this is recommended or not.

info@torstenreinhard.de (JIRA)

unread,
Oct 23, 2018, 8:13:06 AM10/23/18
to jenkinsc...@googlegroups.com

I had the same issue when loading my pipeline library, Jenkins 2.138.2. It occured after installing "custom-tool" plugin.

Loading library workflowLibs@master
Attempting to resolve master from remote references...
 > git --version # timeout=10
using GIT_SSH to set credentials Bitbucket_Access (ssh://g...@git.bmwgroup.net:7999)
 > git ls-remote -h ssh://g...@git.bmwgroup.net:7999/scopecom/workflowlibs.git # timeout=10
Found match: refs/heads/master revision d61d4cd5c6b3383722cc6b47b3d1ef9571803e3f
java.lang.NullPointerException
 at hudson.model.Fingerprint.addWithoutSaving(Fingerprint.java:1033)
 at hudson.model.Fingerprint.add(Fingerprint.java:1028)
 at hudson.model.Fingerprint.addFor(Fingerprint.java:1021)
 at com.cloudbees.plugins.credentials.CredentialsProvider.trackAll(CredentialsProvider.java:1457)
 at com.cloudbees.plugins.credentials.CredentialsProvider.track(CredentialsProvider.java:1421)
 at hudson.plugins.git.GitSCM.createClient(GitSCM.java:844)
 at hudson.plugins.git.GitSCM.createClient(GitSCM.java:812)
 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1180)
 at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:120)
 at org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.doRetrieve(SCMSourceRetriever.java:116)
 at org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.retrieve(SCMSourceRetriever.java:86)
 at org.jenkinsci.plugins.workflow.libs.LibraryAdder.retrieve(LibraryAdder.java:157)
 at org.jenkinsci.plugins.workflow.libs.LibraryAdder.add(LibraryAdder.java:138)
 at org.jenkinsci.plugins.workflow.libs.LibraryDecorator$1.call(LibraryDecorator.java:125)
 at org.codehaus.groovy.control.CompilationUnit.applyToPrimaryClassNodes(CompilationUnit.java:1065)
 at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:603)
 at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:581)
 at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:558)
 at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:298)
 at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:268)
 at groovy.lang.GroovyShell.parseClass(GroovyShell.java:688)
 at groovy.lang.GroovyShell.parse(GroovyShell.java:700) 

in the /fingerprints directory I found 2 files, one of them seems to be truncated (closing xml tags missing):

<?xml version='1.1' encoding='UTF-8'
?>
<fingerprint>
  <timestamp>2018-10-19 12:31:24.262 UTC</timestamp>
  <md5sum>1f14c21f4332acaf8c1bad991f7b0f14</md5sum>
  <fileName>Credential id=Bitbucket_Access name=myuser (Bitbucket_Access (ssh://g...@git.mycompany.net:port))</fileName>
  <usages>
    <entry>
      <string>SeedJob-Generator-ofco-TEST4</string>
      <ranges>1-3</ranges>
    </entry>
...
     <entry>
      <string>SeedJob-Generator-dcom-aws-prod-preprod</string>

info@torstenreinhard.de (JIRA)

unread,
Oct 23, 2018, 8:14:03 AM10/23/18
to jenkinsc...@googlegroups.com
Torsten Reinhard edited a comment on Bug JENKINS-49588
I had the same issue when loading my pipeline library, Jenkins 2.138.2. It occured after installing "custom-tool" plugin.
{code:java}

Loading library workflowLibs@master
Attempting to resolve master from remote references...
> git --version # timeout=10
using GIT_SSH to set credentials Bitbucket_Access (ssh://git@git. bmwgroup mycompany .net: 7999 port )
> git ls-remote -h ssh://git@git.
bmwgroup mycompany .net: 7999 port /scopecom/workflowlibs.git # timeout=10

Found match: refs/heads/master revision d61d4cd5c6b3383722cc6b47b3d1ef9571803e3f
java.lang.NullPointerException
at hudson.model.Fingerprint.addWithoutSaving(Fingerprint.java:1033)
at hudson.model.Fingerprint.add(Fingerprint.java:1028)
at hudson.model.Fingerprint.addFor(Fingerprint.java:1021)
at com.cloudbees.plugins.credentials.CredentialsProvider.trackAll(CredentialsProvider.java:1457)
at com.cloudbees.plugins.credentials.CredentialsProvider.track(CredentialsProvider.java:1421)
at hudson.plugins.git.GitSCM.createClient(GitSCM.java:844)
at hudson.plugins.git.GitSCM.createClient(GitSCM.java:812)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1180)
at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:120)
at org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.doRetrieve(SCMSourceRetriever.java:116)
at org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.retrieve(SCMSourceRetriever.java:86)
at org.jenkinsci.plugins.workflow.libs.LibraryAdder.retrieve(LibraryAdder.java:157)
at org.jenkinsci.plugins.workflow.libs.LibraryAdder.add(LibraryAdder.java:138)
at org.jenkinsci.plugins.workflow.libs.LibraryDecorator$1.call(LibraryDecorator.java:125)
at org.codehaus.groovy.control.CompilationUnit.applyToPrimaryClassNodes(CompilationUnit.java:1065)
at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:603)
at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:581)
at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:558)
at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:298)
at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:268)
at groovy.lang.GroovyShell.parseClass(GroovyShell.java:688)
at groovy.lang.GroovyShell.parse(GroovyShell.java:700) {code}

in the /fingerprints directory I found 2 files, one of them seems to be truncated (closing xml tags missing):
{code:java}

<?xml version='1.1' encoding='UTF-8'?>
<fingerprint>
  <timestamp>2018-10-19 12:31:24.262 UTC</timestamp>
  <md5sum>1f14c21f4332acaf8c1bad991f7b0f14</md5sum>
  <fileName>Credential id=Bitbucket_Access name=myuser (Bitbucket_Access (ssh://g...@git.mycompany.net:port))</fileName>
  <usages>
    <entry>
      <string>SeedJob-Generator-ofco-TEST4</string>
      <ranges>1-3</ranges>
    </entry>
...
     <entry>
      <string>SeedJob-Generator-dcom-aws-prod-preprod</string>
{code}

uhsarp@gmail.com (JIRA)

unread,
Nov 9, 2018, 5:04:03 PM11/9/18
to jenkinsc...@googlegroups.com

Fixed after stopping the server, deleting the fingerprints folder and restarting the server.

o.v.nenashev@gmail.com (JIRA)

unread,
Feb 4, 2019, 8:50:03 AM2/4/19
to jenkinsc...@googlegroups.com
Oleg Nenashev updated an issue

It is still not clear what is the root cause, but I propose to consider this ticket as resolved by https://github.com/jenkinsci/jenkins/pull/3305 which was released in 2.163 . If somebody sees such issue after the fix, please create a follow-up ticket and assign it to me

Change By: Oleg Nenashev
Released As: Jenkins 2.163

o.v.nenashev@gmail.com (JIRA)

unread,
Feb 4, 2019, 8:52:04 AM2/4/19
to jenkinsc...@googlegroups.com

dbeck@cloudbees.com (JIRA)

unread,
Feb 14, 2019, 10:29:06 AM2/14/19
to jenkinsc...@googlegroups.com

fjfernandez@cloudbees.com (JIRA)

unread,
May 6, 2019, 10:01:08 AM5/6/19
to jenkinsc...@googlegroups.com

fjfernandez@cloudbees.com (JIRA)

unread,
May 6, 2019, 10:01:08 AM5/6/19
to jenkinsc...@googlegroups.com

o.v.nenashev@gmail.com (JIRA)

unread,
May 6, 2019, 11:09:02 AM5/6/19
to jenkinsc...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages