Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from wcm-io-devops/feature/remove-pkg-and-repo…
Browse files Browse the repository at this point in the history
…-options

Remove pkg and repo urls since they are not distribution sensitive.
  • Loading branch information
Tobias Richter authored May 14, 2019
2 parents b1db991 + 7e45baa commit 45718d8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,6 @@ Linux jenkins user.

Linux group of jenkins user.

jenkins_pipeline_library_jenkins_pkg_url: https://pkg.jenkins.io/debian-stable/binary

Package url for installing specific stable jenkins versions.

jenkins_pipeline_library_jenkins_repo_url: deb http://pkg.jenkins-ci.org/debian-stable binary/

Repo url for installing stable jenkins versions.

jenkins_pipeline_library_jenkins_repo_key_url: http://pkg.jenkins-ci.org/debian-stable/jenkins-ci.org.key

URL for the repo key.

jenkins_pipeline_library_admin_username: admin
Expand Down
9 changes: 0 additions & 9 deletions defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@ jenkins_pipeline_library_jenkins_process_user: jenkins
# Linux group of jenkins user
jenkins_pipeline_library_jenkins_process_group: "{{ jenkins_pipeline_library_jenkins_process_user }}"

# Package url for installing specific stable jenkins versions
jenkins_pipeline_library_jenkins_pkg_url: https://pkg.jenkins.io/debian-stable/binary

# Repo url for installing stable jenkins versions
jenkins_pipeline_library_jenkins_repo_url: deb http://pkg.jenkins-ci.org/debian-stable binary/

# URL for the repo key
jenkins_pipeline_library_jenkins_repo_key_url: http://pkg.jenkins-ci.org/debian-stable/jenkins-ci.org.key

# Jenkins admin username
jenkins_pipeline_library_admin_username: admin

Expand Down
3 changes: 0 additions & 3 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ dependencies:
jenkins_home: "{{ jenkins_pipeline_library_jenkins_home }}",
jenkins_hostname: "{{ jenkins_pipeline_library_jenkins_hostname }}",
jenkins_version: "{{ jenkins_pipeline_library_jenkins_version }}",
jenkins_repo_url: "{{ jenkins_pipeline_library_jenkins_repo_url }}",
jenkins_repo_key_url: "{{ jenkins_pipeline_library_jenkins_repo_key_url }}",
jenkins_pkg_url: "{{ jenkins_pipeline_library_jenkins_pkg_url }}",
jenkins_process_user: "{{ jenkins_pipeline_library_jenkins_process_user }}",
jenkins_process_group: "{{ jenkins_pipeline_library_jenkins_process_group }}",
tags: ['wcm_io_devops.jenkins_pipeline_library.jenkins-installation'],
Expand Down

0 comments on commit 45718d8

Please sign in to comment.