I´m migrating from Jenkins 1.6 to Jenkins 2.0. I was using docker to create and run Jenkins.
And in order to configure as immutable jenkins, we used to copy all xml config files and use plugins.txt to install all necessary plugins.
But problem now is, after we init Jenkins and I connect I only see a wizard screen which ask me for a admin password, which is in a path. After put that password he ask for install plugins, which I was expecting to be installed already.
Once that I finish that wizard I don't have any plugin installed of my plugins.txt list, or I have any user passed in the users folder.
Any idea how to fix this?. in Jenkins 1.6 everything works fine.