ulow/phpci-stash-build
Composer 安装命令:
composer require ulow/phpci-stash-build
包简介
PHPCI Plugin for Atlassian Bitbucket Server (Stash) build status integration
README 文档
README
###PHPCI Plugin for Atlassian Bitbucket Server (Stash) build status integration
Install
First of all - composer require transactpro/phpci-stash-build
There are two ways this plugin can work - tokens and login/password.
Add settings from below to your PHPCI config (/path/to/phpci/PHPCI/config.yml):
#####Login / password style:
stash_build: login: $STASH_USER password: $STASH_PASSWORD url: 'https://$STASH_URL:$PORT'
#####Token style: It's very similar to login/password style, but you have to install Token Authenticator to your Bitbucket Server (Stash), before you can continue.
Add to your PHPCI config (/path/to/phpci/PHPCI/config.yml)
stash_build: auth_user: $STASH_USER auth_token: $STASH_TOKEN url: 'https://$STASH_URL:$PORT'
And you are ready to go.
Usage
If installation was successful, then usage is easy as 1-2-3:
Example of phpci.yml:
setup: stash_build: status: INPROGRESS success: stash_build: status: SUCCESSFUL failure: stash_build: status: FAILED
That's all folks!
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-06-07