Make canibump stateful using the webscale power of mongodb Co-authored-by: Chris Selzo cselzo@pivotal.io Co-authored-by: Connor Braa cbraa@pivotal.io
Make canibump stateful using the webscale power of mongodb
Co-authored-by: Chris Selzo cselzo@pivotal.io Co-authored-by: Connor Braa cbraa@pivotal.io
#canibump
The helper app that tells developers if it’s all clear to push to CAPI’s pipeline.
Path: /yesMethod: PUTParameters:
Example:
curl -X PUT "HOST/yes" -d "token=SECRET_TOKEN" -d "buildnumber=BUILD_NUMBER"
Path: /noMethod: PUTParameters:
curl -X PUT "HOST/no" -d "token=SECRET_TOKEN" -d "buildnumber=BUILD_NUMBER" -d "reason=REASON"
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
The helper app that tells developers if it’s all clear to push to CAPI’s pipeline.
API
Yes
Path: /yes
Method: PUT
Parameters:
Example:
No
Path: /no
Method: PUT
Parameters:
Example: