forked from jenkinsci/git-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Assembla now requires login to browse URL's
- Loading branch information
1 parent
6df18ba
commit 488255b
Showing
3 changed files
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -206,7 +206,8 @@ private String randomPipelineExtensions() { | |
private String randomPipelineCheckoutExtras() throws Exception { | ||
String[] browsers = { | ||
"", | ||
"[$class: 'AssemblaWeb', repoUrl: 'https://app.assembla.com/spaces/git-plugin/git/source']", | ||
// Assembla now requires login to access their URLs | ||
// "[$class: 'AssemblaWeb', repoUrl: 'https://app.assembla.com/spaces/git-plugin/git/source']", | ||
"[$class: 'BitbucketWeb', repoUrl: 'https://[email protected]/markewaite/git-plugin']", | ||
"[$class: 'CGit', repoUrl: 'https://git.zx2c4.com/cgit']", | ||
"[$class: 'FisheyeGitRepositoryBrowser', repoUrl: 'https://fisheye.apache.org/browse/ant-git']", | ||
|
@@ -225,7 +226,8 @@ private String randomPipelineCheckoutExtras() throws Exception { | |
"[$class: 'Stash', repoUrl: 'https://[email protected]/markewaite/git-plugin']", | ||
"[$class: 'TFS2013GitRepositoryBrowser', repoUrl: 'https://markwaite.visualstudio.com/DefaultCollection/git-plugin/_git/git-plugin']", | ||
"[$class: 'ViewGitWeb', repoUrl: 'https://git.ti.com/gitweb', projectName: 'viewgitweb-project-name-value']", | ||
"assembla('https://app.assembla.com/spaces/git-plugin/git/source')", | ||
// Assembla now requires login to access their URLs | ||
// "assembla('https://app.assembla.com/spaces/git-plugin/git/source')", | ||
"bitbucket('https://[email protected]/markewaite/git-plugin')", | ||
"cgit('https://git.zx2c4.com/cgit')", | ||
"fisheye('https://fisheye.apache.org/browse/ant-git')", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,7 +90,8 @@ public void basicSharedLibraryClassTest() throws Exception { | |
*/ | ||
private String randomBrowserSymbolName() { | ||
String[] browsersBySymbolName = { | ||
" browser: assembla('https://app.assembla.com/spaces/git-plugin/git/source'),\n", | ||
// Assembla now requires login to access the space | ||
// " browser: assembla('https://app.assembla.com/spaces/git-plugin/git/source'),\n", | ||
" browser: bitbucket('https://[email protected]/markewaite/git-plugin'),\n", | ||
" browser: cgit('https://git.zx2c4.com/cgit'),\n", | ||
" browser: fisheye('https://fisheye.apache.org/browse/ant-git'),\n", | ||
|