Update Center information is not updated, which makes the available plugin updates not to be listed properly

Article ID:360009889131
1 minute readKnowledge base
On this page

Issue

  • A plugin update should be available but it isn’t.

  • The Update Center information is updated into the $JENKINS_HOME but not reflected in the available plugin updated.

  • Bug referenced as CORE-389.

Environment

The Update Center information is actually downloaded but the previous information is cached, so the obtained data is not the latest one.

To invalidate such cache and make the updated data to be retrieved, the following Groovy script can be used through the Script console:

Jenkins.get().getUpdateCenter().doInvalidateData()