Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

cloudfoundry/canibump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status #canibump

The helper app that tells developers if it's all clear to push to CAPI's pipeline.

API

Yes

Path: /yes
Method: PUT
Parameters:

  • token: The shared secret token of the target server
  • buildnumber: The build number that is responsible for the update. A build number of zero implies a manual update of the status.

Example:

curl -X PUT "HOST/yes" -d "token=SECRET_TOKEN" -d "buildnumber=BUILD_NUMBER"

No

Path: /no
Method: PUT
Parameters:

  • token: The shared secret token of the target server
  • buildnumber: The build number that is responsible for the update. A build number of zero implies a manual update of the status.
  • reason: A string explaining why the build is red

Example:

curl -X PUT "HOST/no" -d "token=SECRET_TOKEN" -d "buildnumber=BUILD_NUMBER" -d "reason=REASON"

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published