Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在这里与 Hudson 合作,我正在尝试创建一个具有不同访问权限的用户可以运行的单一作业。根据他们的访问级别,他们会看到不同的选项。
例如:
开发人员在运行此作业时会看到构建阶段并能够看到构建过程,并将其部署到开发服务器。
发布工程师会看到与开发人员相同的选项,但也会看到他也可以将代码部署到不同的服务器集。
等等。
这甚至可能吗,比如基于角色的工作。我知道我可以限制访问以及谁可以做什么,但这有点不同。