mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
update pipeline-java.yml for Gitee Go updated_at:2022-05-29 13:44:57
This commit is contained in:
@@ -44,13 +44,14 @@ stages:
|
|||||||
hostGroupID: alicloud
|
hostGroupID: alicloud
|
||||||
deployArtifact:
|
deployArtifact:
|
||||||
- source: build
|
- source: build
|
||||||
name: output
|
name: springboot
|
||||||
target: ~/gitee_go/deploy
|
target: ~/gitee_go/deploy
|
||||||
dependArtifact: BUILD_JAVA
|
dependArtifact: BUILD_JAVA
|
||||||
script: |-
|
script: |-
|
||||||
# 请在此输入部署脚本,如启动Java应用如下
|
# 请在此输入部署脚本,如启动Java应用如下
|
||||||
# nohup java -jar test.jar > nohup.out &
|
# nohup java -jar test.jar > nohup.out &
|
||||||
echo 'Hello Gitee!'
|
echo 'Hello Gitee!'
|
||||||
|
touch springboot
|
||||||
strategy:
|
strategy:
|
||||||
retry: '0'
|
retry: '0'
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
Reference in New Issue
Block a user