-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Component/s: ansible-plugin
-
Labels:None
-
Similar Issues:
When creating an ansible playbook job from a jenkinsfile the additionalParameters is not getting passed into the job. The other parameters here all work fine.
ansiblePlaybook(
{{ playbook: 'config/site/site_aws.yml',}}
{{ inventory: '/var/lib/jenkins/ec2.py',}}
{{ credentialsId: 'credID',}}
{{ additionalParameters: '--check',}}
{{ limit: 'tag_Client_us1:tag_Client_us2:tag_client_us3:tag_Client_us4:tag_Client_shared:&tag_Release_stag:&us-east-1',}}
{{ colorized: true)}}
Field | Original Value | New Value |
---|---|---|
Assignee | Jean-Christophe Sirot [ sirot ] | Emilio Escobar [ escoem ] |
it seems to be extras instead of addtionalParameters
https://github.com/jenkinsci/ansible-plugin/blob/master/src/main/java/org/jenkinsci/plugins/ansible/workflow/AnsiblePlaybookStep.java#L322