bbrun:在本地运行Bitbucket管道 源码
Bitbucket管道运行器 bbrun是用于在本地执行的命令行工具。 安装 使用npm安装bbrun : $ npm install -g bbrun 用法 bbrun可以执行bitbucket-pipelines.yml模板中定义的任何步骤: pipelines : default : - step : name : hello image : ubuntu2 script : - echo "hello world!" 直接从项目路径运行bbrun : $ bbrun hello ru
下载地址
用户评论