i and ii are out of the scope of this mailing list, but there is the Mailer plugin and email-ext plugin for iii as long as you can pass the user information to the Jenkins job from Travis
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/b2dbda75-7419-43db-80a4-fb8d6d552c6d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/9abbc38f-ab45-40ea-b693-21783593cea1%40googlegroups.com.
That would be done on the Travis side, so you'd have to figure that out under Travis.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/fd60a52d-681e-46a8-b1aa-64ab36786672%40googlegroups.com.
I am not sure how Travis supports git. In Jenkins Git plugin provides env variables available to Jenkins for free:
Environment variables
The git plugin sets several environment variables you can use in your scripts:
However I would suggest that you script a python snippet one-line code to fetch the Github information you need directly from Github REST API using “github” python module.
I use “PyGithub” python module.
-Indra
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/5644e954-8107-46ea-bb98-cc3593acf041%40googlegroups.com.