-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
It would be helpful if there was a way to allow/deny access to the artifacts
published with a build using Hudson's matrix-based security. We'd like to make
our Hudson have anonymous access to show the status of the builds, but we do not
want the artifacts to be able to be downloaded.
[JENKINS-1871] Add a new Artifacts permissions
Assignee | New: Romain Seguy [ rseguy ] |
Description |
Original:
It would be helpful if there was a way to allow/deny access to the artifacts published with a build using Hudson's matrix-based security. We'd like to make our hudson have anonymous access to show the status of the builds, but we do not want the artifacts to be able to be downloaded. |
New:
It would be helpful if there was a way to allow/deny access to the artifacts published with a build using Hudson's matrix-based security. We'd like to make our Hudson have anonymous access to show the status of the builds, but we do not want the artifacts to be able to be downloaded. |
Summary | Original: Add Artifacts to matrix-based security | New: Add a new Artifacts permissions |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 131944 ] | New: JNJira + In-Review [ 201049 ] |
Code changed in hudson
User: : rseguy
Path:
trunk/hudson/main/core/src/main/java/hudson/Functions.java
trunk/hudson/main/core/src/main/java/hudson/model/Run.java
trunk/hudson/main/core/src/main/resources/hudson/model/AbstractBuild/index.jelly
trunk/hudson/main/core/src/main/resources/hudson/model/AbstractProject/main.jelly
trunk/hudson/main/core/src/main/resources/hudson/model/ExternalRun/sidepanel.jelly
trunk/hudson/main/core/src/main/resources/hudson/model/Messages.properties
trunk/hudson/main/core/src/main/resources/hudson/model/Run/artifacts-index.jelly
trunk/hudson/main/core/src/main/resources/lib/hudson/artifactList.jelly
trunk/hudson/main/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index.jelly
http://jenkins-ci.org/commit/34172
Log:
[FIXED JENKINS-1871]