I am working on Windows docker, trying to install plugins into my jenkins using docker scripts and make it ready for startup.
On linux docker i used to install plugins like this
RUN /usr/local/bin/plugins.sh /var/jenkins_home/plugins.txt
is there any similar way in Windows docker?