×
Extension point for programmatically providing a credential (such as username/password) for Subversion access. SubversionEventHandlerImpl. ISVNEventHandler that ...
Aug 6, 2023 · I am updating Jenkins on a Kubernetes based platform. Running into issues that appear to stem from checkout csm, at the top level/core Jenkins ...
Missing: copy | Show results with:copy
A helper method for Groovy Scripting to address use cases such as JENKINS-39317 where all credential stores need to be resaved. static <C extends Credentials> C ...
Missing: copy | Show results with:copy
Because we can't use the Credentials API from a remote agent, you should use this method to copy the username and password out of the Credentials into the ...
In addition, you can provide Jenkins with SSH credentials below. If you do, Jenkins will use them for clone operations instead of the credentials you select ...
The creation of the branch job is just a copy operation within Jenkins ... providing a context from which the SCMSource can resolve any required Credentials via ...
Plugins that interact with Subversion can use SubversionSCM.DescriptorImpl.createAuthenticationProvider(AbstractProject) so that it can use the credentials ( ...
Missing: copy | Show results with:copy
Code should use SubversionSCM.ModuleLocation.getLocalDir() . This field is only intended for form binding. hudson.scm.SubversionWorkspaceSelector.
Jan 12, 2024 · I happened to need this because my project calls out to Git on its own to run tests and also needed the same credentials that the job is using.
Mar 15, 2023 · I found out the answer by copy the code including import s from one to another Jenkinsfile. script is named “Run arbitrary Pipeline script”. The ...