I am currently debugging the p4-plugin SCM plugin that is written by
Perforce.
The REST calls take too long since the changeSet list is created
dynamically on the fly (and this might take very long if the P4 server is
down,busy etc)
Looking at the code is seems there is a lot of classes
with
I am using a HttpRequest to trigger a "Job Generator"
https://wiki.jenkins-ci.org/display/JENKINS/Job+Generator+Plugin
I was expecting user details to be displayed in the triggered by but i only
get "Started by remote host x.x.x.x"
This then triggers futher jobs, marked as triggered by SYSTEM.
Hi
I have recently joined a company that uses Jenkins.
For the previous 6 years I have been a TeamCity expert and am having
problems getting my head around on how "personal" builds using Perforce
streams are done in Jenkins.
In Perforce we have mainline,integration and development streams.
I w