aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-01-03 17:10:30 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2013-01-03 17:10:30 +0100
commit5c8c3467906d996c04210cc8350edbd027ccc32a (patch)
treeb0d34eb87cd589b27b422059eff599b3b80ba24e /src/main/resources
parent35ba1a6f765f72a1d91a5456c7556e6274f8c3a9 (diff)
downloadesper-testing-5c8c3467906d996c04210cc8350edbd027ccc32a.tar.gz
esper-testing-5c8c3467906d996c04210cc8350edbd027ccc32a.tar.bz2
esper-testing-5c8c3467906d996c04210cc8350edbd027ccc32a.tar.xz
esper-testing-5c8c3467906d996c04210cc8350edbd027ccc32a.zip
o Skipping builds where the job is a <mavenModule>.
o Using the build's timestamp instead of createdDate in the UI.
Diffstat (limited to 'src/main/resources')
-rwxr-xr-xsrc/main/resources/queries.sql2
1 files changed, 2 insertions, 0 deletions
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);