update pipeline-20220517-1.yml for Gitee Go updated_at:2022-05-17 04:32:49
This commit is contained in:
parent
7d22b97431
commit
b6bbcdf6ce
@ -40,12 +40,13 @@ stages:
|
|||||||
hostGroupID: qiwen
|
hostGroupID: qiwen
|
||||||
deployArtifact:
|
deployArtifact:
|
||||||
- source: build
|
- source: build
|
||||||
name: output
|
name: qiwen-file
|
||||||
target: ~/gitee_go/deploy
|
target: ~/gitee_go/deploy
|
||||||
dependArtifact: BUILD_ARTIFACT
|
dependArtifact: BUILD_ARTIFACT
|
||||||
script: |-
|
script: |-
|
||||||
# 请在此输入部署脚本,如启动Java应用如下
|
# 请在此输入部署脚本,如启动Java应用如下
|
||||||
# nohup java -jar test.jar > nohup.out &
|
# nohup java -jar test.jar > nohup.out &
|
||||||
|
tar -zxvf qiwen-file.tar.gz
|
||||||
echo 'Hello Gitee!'
|
echo 'Hello Gitee!'
|
||||||
permissions:
|
permissions:
|
||||||
- role: admin
|
- role: admin
|
||||||
|
Loading…
Reference in New Issue
Block a user