wcm-io-devops / ansible-jenkins-pipeline-library

Ansible role for setting up a Jenkins instance for the jenkins-pipeline-library
Apache License 2.0
2 stars 2 forks source link

Add support for customizing jenkins_pkg_url #26

Closed timblaktu closed 4 years ago

timblaktu commented 4 years ago

Simply adds role variable that gets passed into inner geerlingguy.jenkins role's jenkins_pkg_url variable. This enabled me to workaround package mirror connectivity issues encountered when testing this role for jenkins master provisioning. As such it seems generally useful.

See issue #25 for details.

tobias-richter commented 4 years ago

@timblaktu actually we had this variable up to 2.176.1-1 (see https://github.com/wcm-io-devops/ansible-jenkins-pipeline-library/releases/tag/2.176.1-1).

The problem is, that this variable is not distribution aware so we removed it. We will update the documentation with some hints how to solve this isusue.