permissions

Assigning group permissions using to Azure DevOps CLI

≯℡__Kan透↙ 提交于 2020-08-26 07:16:24
问题 I am trying to assign permissions to the "build administrators" group using the cli. The specific permission i want to update is the "Delete Team Project" permission. The documentation is a little difficult to put together since the information is scattered, specially the parts about security tokens and permissions bits. I am using the az devops security command. The part i am struggling with is getting the correct token and the setting the correct permission bits I know the namespace I want

Assigning group permissions using to Azure DevOps CLI

荒凉一梦 提交于 2020-08-26 07:16:16
问题 I am trying to assign permissions to the "build administrators" group using the cli. The specific permission i want to update is the "Delete Team Project" permission. The documentation is a little difficult to put together since the information is scattered, specially the parts about security tokens and permissions bits. I am using the az devops security command. The part i am struggling with is getting the correct token and the setting the correct permission bits I know the namespace I want

Does Jenkins windows service need admin rights?

允我心安 提交于 2020-08-23 04:05:51
问题 For security reasons we thought it would be better if the Jenkins windows service would run as user without admin rights. However, this leads to an error on Jenkins server startup: java.io.IOException: Access is denied at java.io.WinNTFileSystem.createFileExclusively(Native Method) at java.io.File.createTempFile(Unknown Source) at hudson.util.AtomicFileWriter.<init>(AtomicFileWriter.java:142) Caused: java.io.IOException: Failed to create a temporary file in C:\Program Files (x86)\Jenkins The

Does Jenkins windows service need admin rights?

房东的猫 提交于 2020-08-23 04:05:28
问题 For security reasons we thought it would be better if the Jenkins windows service would run as user without admin rights. However, this leads to an error on Jenkins server startup: java.io.IOException: Access is denied at java.io.WinNTFileSystem.createFileExclusively(Native Method) at java.io.File.createTempFile(Unknown Source) at hudson.util.AtomicFileWriter.<init>(AtomicFileWriter.java:142) Caused: java.io.IOException: Failed to create a temporary file in C:\Program Files (x86)\Jenkins The