Hello 
I'am traying  to create a multi branch projet using jenkins REST API

this is my role:

- name: creatjob
  jenkins_job:
    
    name: assembly   
    url: http://localhost:10104
    user: "{{ user_agent }}"
    password: "{{ password_agent }}"

in my case i have 2 config.xml 
./config.xml and /template/config.xml
should the first or second  
config: "{{ lookup('file','/tmp/config.xml') }}"
config: "{{ lookup('template','/tmp/template/config.xml') }}"

when i try to put both of them it tells me that it accepts only one config 

(knowing that i can do it with only one branch 
thank you in  advance 





-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/24805d76-4075-4799-b928-6f35f22b5b87%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to