Hung-Wei Chiu | 80dc18d | 2020-10-20 23:56:46 +0000 | [diff] [blame] | 1 | --- |
| 2 | # jenkins vars/Debian.yml |
| 3 | # |
| 4 | # SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> |
| 5 | # SPDX-License-Identifier: Apache-2.0 |
| 6 | # |
| 7 | # NOTE: Only put platform/OS-specific variables in this file. |
| 8 | # Put all other variables in the 'defaults/main.yml' file. |
| 9 | |
| 10 | |
| 11 | # repo of Jenkins debian package |
| 12 | jenkins_repo_url: "deb https://pkg.jenkins.io/debian-stable binary/" |
| 13 | |
| 14 | # name of the Jenkins service |
| 15 | jenkins_service: "jenkins" |
| 16 | |
Hung-Wei Chiu | 80dc18d | 2020-10-20 23:56:46 +0000 | [diff] [blame] | 17 | jenkins_init_file: /etc/default/jenkins |
| 18 | jenkins_java_options_env_var: JAVA_ARGS |