Skip to content

Commit

Permalink
Add jenkins_plugin_manager_url_prefix (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: Jack <[email protected]>
  • Loading branch information
zhan9san authored Aug 23, 2024
1 parent c919d48 commit 8d54a6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jenkins_webroot_directory: '/var/cache/jenkins/war'
java_bin: "{{ java_home | default('') | ternary(java_home + '/bin/java', 'java') }}"

jenkins_plugin_manager_version: "2.12.9"
jenkins_plugin_manager_url: "https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/{{ jenkins_plugin_manager_version }}/jenkins-plugin-manager-{{ jenkins_plugin_manager_version }}.jar" # yamllint disable-line rule:line-length
jenkins_plugin_manager_url_prefix: "https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download"
jenkins_plugin_manager_url: "{{ jenkins_plugin_manager_url_prefix }}/{{ jenkins_plugin_manager_version }}/jenkins-plugin-manager-{{ jenkins_plugin_manager_version }}.jar" # yamllint disable-line rule:line-length

jenkins_tool_dir: /opt/jenkins_tool
jenkins_plugin_manager_path: "{{ jenkins_tool_dir }}/jenkins-plugin-manager.jar"
Expand Down

0 comments on commit 8d54a6a

Please sign in to comment.