Workflow Jobs and SCM Polling

2015-08-11 Thread Gregory Symons
I'm seeing something a little weird in one of my workflow jobs, and I'm not sure if I'm doing something wrong or if it's a bug. Basically I have a top level job that's coordinating several component jobs. The top level job monitors several repos (right now it's just polling every 5 minutes) for

git-server plugin and security

2015-07-08 Thread Gregory Symons
Hi all! I'm trying to use the workflow library git repo provided by the cps-global-lib from the workflow suite. I'm also using the LDAP authentication plugin and matrix authorization. I've discovered what I think is a bug/missing feature when trying to access the git repo over https, but I'm

[workflow-plugin] EXECUTOR_NUMBER

2015-07-06 Thread Gregory Symons
Hi, all! I'm just curious as to why EXECUTOR_NUMBER is unavailable within a workflow script. Is it because it can change between steps? Or is it that until a node is allocated, there's no way to know it? Some other reason? Since it's documented as unavailable, I assume there is a reason behind