根据自定义脚本到主机组执行,可在脚本中引用相关参数, 可参考流水线参数章节
- 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!'