it is not clear how to make the params as input there, it is easy to make it through Jenkins pipelines, but I am using Ansible, so I am expecting to have a Jenkins module that will build a job in Jenkins (or in my case handle the params to already existing job in Jenkins)
On Thursday, May 7, 2020 at 10:02:20 PM UTC+2, David Foley wrote: > > Hi, > > In order to push jobs from Ansible or even Python to Jenkins you need to > make sure Remote Trigger is enable and an API Token has been created for > your Jenkins User. You can Then just use a Post request using the Ansible > URI module > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/a7a4c599-10d1-4fe5-a8af-8eecf0eb64a4%40googlegroups.com.
