Skip to main content

How to downgrade a Jenkins plugin

Plugin versions are managed from within cnp-jenkins-docker.

Renovate checks plugin versions and automatically upgrades them each morning

If an issue has arisen with a new version of a plugin and it needs to be downgraded:

Wipe the plugins folder bash kubectl exec -it jenkins-0 -c jenkins -- rm -rf /var/jenkins_home/plugins/ Then restart Jenkins bash kubectl delete pod jenkins-0

  • Make the maintainers of the plugin aware of the issue
  • Temporarily freeze renovate for that particular plugin (add to ignoreDeps)
This page was last reviewed on 1 February 2024. It needs to be reviewed again on 1 February 2025 by the page owner platops-build-notices .
This page was set to be reviewed before 1 February 2025 by the page owner platops-build-notices. This might mean the content is out of date.