Re: Triggering Jenkins job (behind firewall)

2015-09-08 Thread Robert Grześkowiak
Sure, I should have been more specific. I would like to trigger jobs manually. One of the solutions is that email triggering plugin, but would be even better to trigger that via curl, or have some additional layer which extracts the interface. The firewall unfortunately blocks a lot But th

Re: Triggering Jenkins job (behind firewall)

2015-09-07 Thread Mark Waite
You'll probably need to further describe what you want to use for the trigger, and what is allowed to cross your firewall. For example, the GitHub Webhook (from the GitHub plugin) will allow a GitHub repository outside your firewall to cause the Jenkins job inside your firewall to poll GitHub chec

Triggering Jenkins job (behind firewall)

2015-09-07 Thread Robert Grześkowiak
Hi, I am currently trying to solve problem with triggering Jenkins jobs, which is behind firewall. Is there any good way to do that? I found a plugin https://wiki.jenkins-ci.org/display/JENKINS/poll-mailbox-trigger-plugin but I am looking for some other solution. There are many jenkins servers