Re: Automating First-Time Configuration

2016-04-09 Thread Daniel Beck
On 08.04.2016, at 19:46, Karl Davis wrote: > Is that documented somewhere that I should have found it? It's documented here: https://wiki.jenkins-ci.org/display/JENKINS/Features+controlled+by+system+properties Not really a case of 'should have found it'. -- You received this message because

Re: Automating First-Time Configuration

2016-04-08 Thread Karl Davis
Daniel, Thanks very much: super helpful! Is that documented somewhere that I should have found it? That certainly does work for my needs. For folks wanting a list of which plugins the new setup wizard recommends, that seems to be here for now: jenkins/war/src/main/js/api/plugins.js

Re: Automating First-Time Configuration

2016-04-07 Thread Daniel Beck
On 06.04.2016, at 18:21, Karl Davis wrote: > So... is there any way to automate that new OOB experience from a command > line? Preferably without having to use cURL or something to pretend I'm > clicking around in the webapp. :-) Pass 'false' as the value of the system property 'jenkins.ins

Automating First-Time Configuration

2016-04-06 Thread Karl Davis
Howdy all! Just starting to play around a bit with the Jenkins 2 beta, and--as a devops guy--I'm of course interested in automating the installation and configuration of it all. Specifically, I'm trying to update the " ansible-jenkins " role to wor