Shell 脚本执行
根据自定义脚本到主机组执行,可在脚本中引用相关参数, 可参考流水线参数章节
- 可视化配置
- yml
- step: shell@agent
name: execute_shell
displayName: Shell 脚本执行
# 目标主机组
hostGroupID: gitee-go
script:
|
cd ~/gitee_go/deploy
tar -zxvf output.tar.gz
ls
echo 'Hello Gitee!'