From be2fcad8dc5924254bcfab75299029114472e0a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9A=8F=E9=81=87=E8=80=8C=E5=AE=89?= <164770707@qq.com> Date: Sun, 29 May 2022 13:44:57 +0000 Subject: [PATCH] update pipeline-java.yml for Gitee Go updated_at:2022-05-29 13:44:57 --- .workflow/pipeline-java.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.workflow/pipeline-java.yml b/.workflow/pipeline-java.yml index 4f71e4b0..0197dbf0 100644 --- a/.workflow/pipeline-java.yml +++ b/.workflow/pipeline-java.yml @@ -44,13 +44,14 @@ stages: hostGroupID: alicloud deployArtifact: - source: build - name: output + name: springboot target: ~/gitee_go/deploy dependArtifact: BUILD_JAVA script: |- # 请在此输入部署脚本,如启动Java应用如下 # nohup java -jar test.jar > nohup.out & echo 'Hello Gitee!' + touch springboot strategy: retry: '0' strategy: