mirror of
https://github.com/EpicMorg/atlassian-downloader.git
synced 2024-12-28 13:05:29 +03:00
1.0.0.6
*added clover support
This commit is contained in:
parent
0af69af204
commit
a16f4e7597
@ -71,6 +71,7 @@ namespace EpicMorg.Atlassian.Downloader {
|
|||||||
? arguments.customFeed.Select(a => a.ToString()).ToArray()
|
? arguments.customFeed.Select(a => a.ToString()).ToArray()
|
||||||
: new[] {
|
: new[] {
|
||||||
"https://my.atlassian.com/download/feeds/archived/bamboo.json",
|
"https://my.atlassian.com/download/feeds/archived/bamboo.json",
|
||||||
|
"https://my.atlassian.com/download/feeds/archived/clover.json",
|
||||||
"https://my.atlassian.com/download/feeds/archived/confluence.json",
|
"https://my.atlassian.com/download/feeds/archived/confluence.json",
|
||||||
"https://my.atlassian.com/download/feeds/archived/crowd.json",
|
"https://my.atlassian.com/download/feeds/archived/crowd.json",
|
||||||
"https://my.atlassian.com/download/feeds/archived/crucible.json",
|
"https://my.atlassian.com/download/feeds/archived/crucible.json",
|
||||||
@ -82,6 +83,7 @@ namespace EpicMorg.Atlassian.Downloader {
|
|||||||
"https://my.atlassian.com/download/feeds/archived/stash.json",
|
"https://my.atlassian.com/download/feeds/archived/stash.json",
|
||||||
|
|
||||||
"https://my.atlassian.com/download/feeds/current/bamboo.json",
|
"https://my.atlassian.com/download/feeds/current/bamboo.json",
|
||||||
|
"https://my.atlassian.com/download/feeds/current/clover.json",
|
||||||
"https://my.atlassian.com/download/feeds/current/confluence.json",
|
"https://my.atlassian.com/download/feeds/current/confluence.json",
|
||||||
"https://my.atlassian.com/download/feeds/current/crowd.json",
|
"https://my.atlassian.com/download/feeds/current/crowd.json",
|
||||||
"https://my.atlassian.com/download/feeds/current/crucible.json",
|
"https://my.atlassian.com/download/feeds/current/crucible.json",
|
||||||
@ -94,7 +96,8 @@ namespace EpicMorg.Atlassian.Downloader {
|
|||||||
"https://my.atlassian.com/download/feeds/eap/bamboo.json",
|
"https://my.atlassian.com/download/feeds/eap/bamboo.json",
|
||||||
"https://my.atlassian.com/download/feeds/eap/confluence.json",
|
"https://my.atlassian.com/download/feeds/eap/confluence.json",
|
||||||
"https://my.atlassian.com/download/feeds/eap/jira.json",
|
"https://my.atlassian.com/download/feeds/eap/jira.json",
|
||||||
"https://my.atlassian.com/download/feeds/eap/jira-servicedesk.json"
|
"https://my.atlassian.com/download/feeds/eap/jira-servicedesk.json",
|
||||||
|
"https://my.atlassian.com/download/feeds/eap/stash.json"
|
||||||
};
|
};
|
||||||
|
|
||||||
Console.Title = $"{appTitle} {appVersion} {appBuildType}";
|
Console.Title = $"{appTitle} {appVersion} {appBuildType}";
|
||||||
|
@ -67,3 +67,5 @@ wget -c --random-wait -P $PWD/eap/ https://my.atlassian.com/download/feeds/eap/b
|
|||||||
wget -c --random-wait -P $PWD/eap/ https://my.atlassian.com/download/feeds/eap/confluence.json
|
wget -c --random-wait -P $PWD/eap/ https://my.atlassian.com/download/feeds/eap/confluence.json
|
||||||
wget -c --random-wait -P $PWD/eap/ https://my.atlassian.com/download/feeds/eap/jira.json
|
wget -c --random-wait -P $PWD/eap/ https://my.atlassian.com/download/feeds/eap/jira.json
|
||||||
wget -c --random-wait -P $PWD/eap/ https://my.atlassian.com/download/feeds/eap/jira-servicedesk.json
|
wget -c --random-wait -P $PWD/eap/ https://my.atlassian.com/download/feeds/eap/jira-servicedesk.json
|
||||||
|
wget -c --random-wait -P $PWD/eap/ https://my.atlassian.com/download/feeds/eap/stash.json
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user