The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.

For a list of other such plugins, see the Pipeline Steps Reference page.

Pipeline: Bamboo Step

buildBamboo: Build Bamboo

The buildBamboo step provides a way to invoke Bamboo plans from within a Jenkinsfile.

  • projectKey : String
    (required) The project key of your build plan. For example, if the build plan is "MYPROJECT-MYPLAN", this would be "MYPROJECT".
  • planKey : String
    (required) The plan key of your build plan. For example, if the build plan is "MYPROJECT-MYPLAN", this would be "MYPLAN".
  • serverAddress : String
    (required) The hostname or IP of the Bamboo server.
  • username : String
    (required) The username to use to authenticate to Bamboo.
  • password : String
    (required) The Bamboo server password.
  • checkInterval : int (optional)
  • params (optional)
    • Type: java.util.Map<java.lang.String, java.lang.Object>
  • propagate : boolean (optional)
    (optional) Boolean. Whether or not failures halt the pipeline. Default: True

Was this page helpful?

Please submit your feedback about this page through this quick form.

Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?

    


See existing feedback here.