• K
    ProjectAuthenticator -> QueueItemAuthenticator · e3a1a78f
    Kohsuke Kawaguchi 提交于
    As Jesse pointed out, contextual information is often useful in authenticating the build, which means we need to take Queue.Item (initially AbstractBuild was the parameter, which provided the context, and I failed to accommodate that in transition to AbstractProject.)
    
    To still allow Queue.Tasks to provide a meaningful value fallback to Queue.Task.getDefaultAuthentication() as opposed to hard code it to ACL.SYSTEM. This allow plugins like remote-terminal-access to supply a meaningful secure value without forcing a configuration change to the user.
    e3a1a78f
SubTask.java 3.0 KB