Re: Missing link in Infra Bootstrap documentation?
On Tue, Sep 11, 2018 at 11:30 AM Thanh Ha <thanh.ha@...> wrote:
Hi JF, IT gave me the following puppet information in case it's helpful for you but as I suspected we don't have any custom config in place to handle Jenkins and use what's already available out on puppet forge. Here was the response I got: We use the public puppet module for jenkins @ https://forge.puppet.com/rtyler/jenkins (mod 'rtyler/jenkins', '1.7.0'). Our internal config is essentially: jenkins::config_hash: JENKINS_LISTEN_ADDRESS: value: '0.0.0.0' JENKINS_AJP_PORT: value: '-1' JENKINS_ARGS: value: '-Dhudson.model.ParametersAction.safeParameters=GERRIT_EVENT_TYPE,GERRIT_EVENT_HASH,GERRIT_BRANCH,GERRIT_TOPIC,GERRIT_CHANGE_NUMBER,GERRIT_CHANGE_ID,GERRIT_PATCHSET_NUMBER,GERRIT_PATCHSET_REVISION,GERRIT_REFSPEC,GERRIT_PROJECT,GERRIT_CHANGE_SUBJECT,GERRIT_CHANGE_COMMIT_MESSAGE,GERRIT_CHANGE_URL,GERRIT_CHANGE_OWNER,GERRIT_CHANGE_OWNER_NAME,GERRIT_CHANGE_OWNER_EMAIL,GERRIT_PATCHSET_UPLOADER,GERRIT_PATCHSET_UPLOADER_NAME' # yamllint enable jenkins::port: '8080' jenkins::admin: '<projectname>-jenkins' |
|