In python world there is useful tool like pip freeze
which dumps all currently installed python packages into a core-support plugin format. This dump can then be used to configure a new virtual environment for a new python installation.
Is there anything similar for Jenkins docker images?
I understand from the official jenkins docker image docs that it can accept a core-support plugin format file to pre-install plugins. How can i generate that file myself from an existing jenkins installation that i already have?