From 5c8c3467906d996c04210cc8350edbd027ccc32a Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 3 Jan 2013 17:10:30 +0100 Subject: o Skipping builds where the job is a . o Using the build's timestamp instead of createdDate in the UI. --- src/main/resources/queries.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 src/main/resources/queries.sql (limited to 'src/main/resources') diff --git a/src/main/resources/queries.sql b/src/main/resources/queries.sql new file mode 100755 index 0000000..66bdb38 --- /dev/null +++ b/src/main/resources/queries.sql @@ -0,0 +1,2 @@ +-- All unclaimed jenkins users +select absolute_url from jenkins_user where uuid not in (select jenkins_user from person_jenkins_user); -- cgit v1.2.3