文件名称:bbrun:在本地运行Bitbucket管道
文件大小:63KB
文件格式:ZIP
更新时间:2024-02-19 19:45:08
cli continuous-integration continuous-delivery continuous-deployment 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
running " build " in " atlassian/default-image " image...
hello world !
检查及其以了解不同的用例。
选件
Usage
$ bbrun
【文件预览】:
bbrun-master
----.travis.yml(911B)
----release.sh(698B)
----index.js(2KB)
----package.json(831B)
----.github()
--------workflows()
----test()
--------util.test.js(564B)
--------integration.test.js(5KB)
--------templates()
--------template.test.js(2KB)
--------__snapshots__()
--------errors.test.js(1KB)
----LICENSE(1KB)
----package-lock.json(185KB)
----src()
--------bbrun.js(1KB)
--------exec.js(416B)
--------util.js(605B)
--------docker.js(3KB)
--------template.js(3KB)
--------environment.js(553B)
----examples()
--------examples.test.js(2KB)
--------hello-world()
--------multiple-pipelines()
----.gitignore(903B)
----README.md(3KB)