How to move changeSet to a higher depth for REST calls

2014-12-04 Thread Morne Joubert
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

Starting job via REST api gives me "Started by remote host" and not user name

2014-07-03 Thread Morne Joubert
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.

Handling Perforce streams (duplicate Teamcity personal builds)

2014-06-24 Thread Morne Joubert
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