Skip to content

Commit dabf61f

Browse files
authored
Clarify artifacts permission description (jenkinsci#9276)
clarify artifacts permission
1 parent 2457278 commit dabf61f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

core/src/main/resources/hudson/model/Messages.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Run.UpdatePermission.Description=\
241241
Run.ArtifactsPermission.Description=\
242242
This permission grants the ability to retrieve the artifacts produced by \
243243
builds. If you don’t want an user to access the artifacts, you can do so by \
244-
revoking this permission.
244+
revoking this permission. This does not restrict the listing of artifacts.
245245
Run.InProgressDuration={0} and counting
246246
Run.NotStartedYet=Not started yet
247247
Run.ArtifactsBrowserTitle=Artifacts of {0} {1}

core/src/main/resources/hudson/model/Messages_fr.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ Run.UpdatePermission.Description=\
231231
par exemple pour laisser des notes sur la cause d''échec d''un build.
232232
Run.ArtifactsPermission.Description=\
233233
Ce droit permet de récupérer les artefacts produits par les builds. \
234-
Si un utilisateur ne doit pas accéder aux artefacts, vous pouvez l''en empêcher en désactivant ce droit.
234+
Si un utilisateur ne doit pas accéder aux artefacts, vous pouvez l''en empêcher en désactivant ce droit. \
235+
Ce droit ne limite pas la possibilité de lister les artefacts.
235236
Run.InProgressDuration={0} et décompte
236237
Run.NotStartedYet=Pas encore commencé
237238
Run.ArtifactsBrowserTitle=Artefacts de {0} {1}

0 commit comments

Comments
 (0)