# Copyright 2015 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. --- # tasks/config.yaml jenkins_job_builder_user_name: root jenkins_job_builder_user_group: root jenkins_job_builder_config_job_builder_allow_duplicates: False jenkins_job_builder_config_job_builder_ignore_cache: True jenkins_job_builder_config_job_builder_keep_descriptions: False jenkins_job_builder_config_job_builder_recursive: False jenkins_job_builder_config_jenkins_user: jenkins jenkins_job_builder_config_jenkins_password: "" jenkins_job_builder_config_jenkins_url: http://localhost:8008 jenkins_job_builder_config_jenkins_query_plugins_info: False jenkins_job_builder_template_jenkins_jobs_ini_dest: /etc/jenkins_jobs/jenkins_jobs.ini jenkins_job_builder_template_jenkins_jobs_ini_group: "{{ jenkins_job_builder_user_group }}" jenkins_job_builder_template_jenkins_jobs_ini_mode: "0440" jenkins_job_builder_template_jenkins_jobs_ini_owner: "{{ jenkins_job_builder_user_name }}" jenkins_job_builder_template_jenkins_jobs_ini_src: etc/jenkins_jobs/jenkins_jobs.ini.j2 # tasks/install.yaml jenkins_job_builder_git_dest: /opt/ansible-role-jenkins-job-builder/git/openstack-infra/jenkins-job-builder jenkins_job_builder_git_uri: https://git.openstack.org/openstack-infra/jenkins-job-builder jenkins_job_builder_git_version: master jenkins_job_builder_install_method: git jenkins_job_builder_pip_name: jenkins-job-builder jenkins_job_builder_pip_version: