If you're using a Docker image (my preference), then you can refer to https://github.com/MarkEWaite/docker/tree/lts-with-plugins for an example that configures a current Jenkins LTS installation with plugins installed, no user account, and no security.
If you run that docker image once, connect to that unsecured instance, configure security, create user accounts, etc., you can then copy the configuration files from that docker image to your own image. When you build that docker image, you'll have a Jenkins image secured the way you want, with the default user accounts you want. Mark Waite On Mon, Dec 26, 2016 at 5:38 AM 'Karthik Veeragoni' via Jenkins Users < [email protected]> wrote: Hi guys, I'm trying to automate jenkins installations steps So as part of that I'm stuck at: Giving the initial Administration Key, Plugins Installation, User Account Creation How can I automate these steps, any help? Thanks & Regards -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/ecb8d32e-ddb6-4221-bc4d-7868d1d6748a%40googlegroups.com <https://groups.google.com/d/msgid/jenkinsci-users/ecb8d32e-ddb6-4221-bc4d-7868d1d6748a%40googlegroups.com?utm_medium=email&utm_source=footer> . For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtFx0U6DdtfW%2BCzy1%3Dc70mLi-WgHJQjHvaKREQo6%3DxZ0Zg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
