Gitee 帮助中心 / 帮助详情

    工具

    1、Shell脚本执行

    根据自定义脚本到主机组执行,可在脚本中引用相关参数, 可参考流水线参数章节

    • 可视化配置
      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!'

    搜索帮助