Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PC-1179] Add SCM as GIT #2

Merged
merged 4 commits into from
Oct 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies:
# ensure service is started
- role: wcm-io-devops.jenkins_service
src: https://github.com/Ebury/ansible-jenkins-service.git
scm: git
version: 1.2.2
jenkins_service_hostname: "{{ jenkins_plugins_jenkins_hostname }}"
jenkins_service_port: "{{ jenkins_plugins_jenkins_port }}"
Expand All @@ -33,6 +34,7 @@ dependencies:
# gather facts about the jenkins
- role: wcm-io-devops.jenkins_facts
src: https://github.com/Ebury/ansible-jenkins-facts.git
scm: git
version: 1.3.2
jenkins_facts_admin_username: "{{ jenkins_plugins_admin_username }}"
jenkins_facts_admin_password: "{{ jenkins_plugins_admin_password }}"
Expand Down
2 changes: 2 additions & 0 deletions tests/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
- name: wcm-io-devops.jenkins_facts
src: https://github.com/Ebury/ansible-jenkins-facts.git
scm: git
version: 1.3.2
- name: wcm-io-devops.jenkins_service
src: https://github.com/Ebury/ansible-jenkins-service.git
scm: git
version: 1.2.2
Loading