We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jenkins supports credentials which are scoped to a folder. This is handy so not expose credentials to otherwise unauthorised users.
Some way to access the credentials, e.g.
jenkins['my-folder'].credentials
No obvious way to get/set folder specific credencials
This can currently be achieved via
url = f'{j.baseurl}/job/{folder}/credentials/store/folder/domain/_/' credentials = Credentials2x(url, j)
The text was updated successfully, but these errors were encountered:
@zagy maybe you want to try https://api4jenkins.readthedocs.io/en/latest/user/example.html#credential
Sorry, something went wrong.
No branches or pull requests
ISSUE TYPE
Jenkinsapi 0.3.11
Jenkins 2.268
SUMMARY
Jenkins supports credentials which are scoped to a folder. This is handy so not expose credentials to otherwise unauthorised users.
EXPECTED RESULTS
Some way to access the credentials, e.g.
ACTUAL RESULTS
No obvious way to get/set folder specific credencials
USEFUL INFORMATION
This can currently be achieved via
The text was updated successfully, but these errors were encountered: