Sign in
bazel
/
continuous-integration
/
caa73c40f5ac9262773d3591815465084e5ec964
/
.
/
jenkins
/
jobs
/
jobs.bzl
blob: 817b80c3cbe9af0bfd5252fc8e5a77f039c67802 [
file
] [
log
] [
blame
]
def
job_lists
(
name
,
visibility
):
jobs
=
native
.
existing_rules
()
native
.
filegroup
(
name
=
name
,
srcs
=
[
j
for
j
in
jobs
if
j
.
endswith
(
"/all"
)],
visibility
=
visibility
,
)