Flashing computer icon in node overview

26 views
Skip to first unread message

derFunk

unread,
Jan 23, 2015, 6:57:32 AM1/23/15
to jenkins...@googlegroups.com
Hi all,

I've got several nodes in my Jenkins setup whose computer icons in the node overview don't ever stop flashing.

According to the Code in SlaveComputer.java it seems that they're shown flashing until the connection has been established / has been launched:
@Override
public String getIcon() {
    Future<?> l = lastConnectActivity;
    if(l!=null && !l.isDone())
        return "computer-flash.gif";
    return super.getIcon();
}


What can be the cause here?
Can this be an issue in our node config? Despite the flashing icon I can use the nodes to build jobs on them.


Thanks,

dF

Ulli Hafner

unread,
Jan 24, 2015, 8:24:34 AM1/24/15
to jenkins...@googlegroups.com
This seems to be a bug, please create a new issue.

--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/8a9749c6-57bf-4fdc-b596-5665b82e5487%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

signature.asc
Reply all
Reply to author
Forward
0 new messages