We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beda22c commit 9ba71f1Copy full SHA for 9ba71f1
src/test/java/hudson/plugins/git/FIPSModeUrlCheckTest.java
@@ -66,7 +66,7 @@ public void testGitSCMSourceCheck() throws Throwable {
66
SystemCredentialsProvider.getInstance()
67
.getCredentials()
68
.add(new UsernamePasswordCredentialsImpl(
69
- CredentialsScope.GLOBAL, "mycreds", null, "jenkins", "s3cr3t"));
+ CredentialsScope.GLOBAL, "mycreds", null, "jenkins", "s3cr3t-that-needs-to-be-long"));
70
SystemCredentialsProvider.getInstance().save();
71
MultiBranchProject<?, ?> mbp = r.createProject(WorkflowMultiBranchProject.class, "mbp");
72
GitSCMSource.DescriptorImpl descriptor = ExtensionList.lookupSingleton(GitSCMSource.DescriptorImpl.class);
0 commit comments