+ 更换仓库地址,阿里的不知道为啥用不了了
This commit is contained in:
parent
7dbc9966c5
commit
803542c589
@ -42,7 +42,7 @@ public class EagletTask {
|
||||
|
||||
int connectionTimeout = 7000;
|
||||
int readTimeout = 7000;
|
||||
int maxRetry = 3;
|
||||
int maxRetry = 5;
|
||||
|
||||
private File dest;
|
||||
|
||||
|
@ -10,7 +10,8 @@ import java.util.concurrent.atomic.AtomicBoolean;
|
||||
|
||||
public class TDependency {
|
||||
|
||||
public static final String MAVEN_REPO = "http://maven.aliyun.com/nexus/content/groups/public";
|
||||
// 阿里 http://maven.aliyun.com/nexus/content/groups/public
|
||||
public static final String MAVEN_REPO = "http://repo.maven.apache.org/maven2";
|
||||
|
||||
/**
|
||||
* 请求一个插件作为依赖,这个插件将会在所有已经添加的 Jenkins 仓库、Maven 仓库寻找
|
||||
|
Loading…
Reference in New Issue
Block a user