Skip to content

markst/bitrise-step-bitbucket-server-post-build-status

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitbucket server post build status

Post build status to bitbucket server

See step.yml for inputs

Basic example

Typically you want to notify bitbucket when a build is started and when a build has finished. You can do this by adding this step twice to the steps of your workflow:

  my-workflow:
    steps:
    
    - bitbucket-server-post-build-status:
        inputs:
        - username: "$BITBUCKET_SERVER_USERNAME"
        - password: "$BITBUCKET_SERVER_PASSWORD"
        - domain: "$BITBUCKET_SERVER_DOMAIN"
        - preset_status: INPROGRESS
    
    - other-steps..
    - ..for-this-workflow
    
    - bitbucket-server-post-build-status:
        inputs:
        - username: "$BITBUCKET_SERVER_USERNAME"
        - password: "$BITBUCKET_SERVER_PASSWORD"
        - domain: "$BITBUCKET_SERVER_DOMAIN"

Make sure you use a 'secret' variable for the password

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%