parent
18ddb144a6
commit
1a030b3cf8
@ -1,5 +1,10 @@
|
||||
import Util.PublishUtil;
|
||||
|
||||
public class buildImage {
|
||||
public static void main(String[] args) {
|
||||
public static void main(String[] args) throws Exception {
|
||||
//项目名称
|
||||
String projectName = "ds-gw";
|
||||
PublishUtil.publish(projectName);
|
||||
System.out.println("开始生成镜像");
|
||||
}
|
||||
}
|
||||
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"host": "10.10.14.212",
|
||||
"user": "root",
|
||||
"pwd": "dsideal",
|
||||
"port": 22,
|
||||
"project": [
|
||||
{
|
||||
"projectName": "ds-gw",
|
||||
"workingPath": "D:/dsWork/dsExam/ds-gw",
|
||||
"remotePath": "/usr/local/ds-gw",
|
||||
"localLibPath": ""
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in new issue