I have a playbook with bunch of tasks, I am running that playbook on
jenkins and all my tasks are working fine. I just don't want all the output
to be seen on the screen except the debug msg. Hoc can I achieve this.
TASK [Save Repo Names to File]
************************************************* changed: [localhost] TASK
[Filter Repo Names] *******************************************************
ok: [localhost] TASK [Debug Job Info]
********************************************************** ok: [localhost]
=> { "repos_list": [ "repo1" ] }
I just need only this
TASK [when jenkins job is created]
********************************************* ok: [localhost] =>
(item={'project': 'itapps', 'repo': 'repo1', 'scmUrl': 'https://github.com
<https://github.tesla.com/>'}) => { "msg": "{ Job doesn't exist on any of
the jenkins so Created the job on https://<jenkinsbuild.com
<https://build.teslamotors.com/>> } \n" }
--
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/50f45f4c-b3e8-4409-87f1-9d33f0f505a6n%40googlegroups.com.