Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
JENKINS-7407 - Allowing proxy in pserver definition
  • Loading branch information
mc1arke committed Jan 2, 2012
1 parent 31ec23f commit 94a850e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/scm/CVSSCM.java
Expand Up @@ -900,7 +900,7 @@ private class RepositoryBrowser {
// end legacy fields

private static final Pattern CVSROOT_PSERVER_PATTERN =
Pattern.compile(":(ext|extssh|pserver):[^@^:]+(:[^@]*)?@[^:]+:(\\d+:)?.+");
Pattern.compile(":(ext|extssh|pserver)(;[^:]+)?:[^@^:]+(:[^@]*)?@[^:]+:(\\d+:)?.+");

/**
* CVS compression level if individual repositories don't specifically
Expand Down

0 comments on commit 94a850e

Please sign in to comment.