The plugin works for me on Windows with Jenkins 1.420
The environment variable is printed as follows:
JENKINS_STARTED_BY=first.second@ourdomain.com
So it looks like it may be affected by a change btw. 1.420 and 1.442
Martin Ba
added a comment - The plugin works for me on Windows with Jenkins 1.420
The environment variable is printed as follows:
JENKINS_STARTED_BY=first.second@ourdomain.com
So it looks like it may be affected by a change btw. 1.420 and 1.442
This plugin is using UserCause to find the user that started the job, but this has been deprecated and replaced with UserIdCause. I can submit a fix, but I suggest that people just use the Build User Vars plugin instead (https://wiki.jenkins-ci.org/display/JENKINS/Build+User+Vars+Plugin)
Stephen Brandwood
added a comment - This plugin is using UserCause to find the user that started the job, but this has been deprecated and replaced with UserIdCause. I can submit a fix, but I suggest that people just use the Build User Vars plugin instead ( https://wiki.jenkins-ci.org/display/JENKINS/Build+User+Vars+Plugin )
Unassigned
Stephen Brandwood
Votes:
1Vote for this issue
Watchers:
3Start watching this issue
Created:
Updated:
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
See the same issue. Would be great if this works.