Skip to content

Commit

Permalink
Download Jenkins from mirror site
Browse files Browse the repository at this point in the history
  • Loading branch information
cradle8810 committed Oct 26, 2024
1 parent 07756ea commit c1cdeeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions inventories/host_vars/jenkins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jenkins:
hostname: jenkins.hayaworld.home
http_port: 8080
java_options: "-Djenkins.install.runSetupWizard=false"
pkg_url: "https://ftp.yz.yamagata-u.ac.jp/pub/misc/jenkins/debian"
plugins:
- build-timeout
- discord-notifier
Expand Down
1 change: 1 addition & 0 deletions tasks/jenkins/jenkins_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
jenkins_http_port: "{{ jenkins.http_port }}"
jenkins_java_options: "{{ jenkins.java_options }}"
jenkins_package_state: present
jenkins_pkg_url: "{{ jenkins.pkg_url }}"
jenkins_plugins_install_dependencies: true
jenkins_plugins_state: present
jenkins_plugins: "{{ jenkins.plugins }}"
Expand Down

0 comments on commit c1cdeeb

Please sign in to comment.