我需要一个帮助Jenkins工作创造与参数使用Ansible。我已经检查了许多文件,但没有太大帮助。
我已经检查了https://docs.ansible.com/ansible/latest/collections/community/general/jenkins_job_module.html,但没有得到需要添加到模板/test.xml中的内容?
- name: Create a jenkins job using basic authentication
community.general.jenkins_job:
config: "{{ lookup('file', 'templates/test.xml') }}"
name: test
password: admin
url: http://localhost:8080
user: admin
1条答案
按热度按时间uoifb46i1#
以下是XML格式的简单Jenkins作业配置示例,您可以将其用作起点: