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.

Nirmata Plugin

nirmata: Invoke Nirmata Service

For projects that use Nirmata as part of the build system. This causes Jenkins to invoke Nirmata Service with the given actions, following fields and options. Jenkins will mark the build as a failure if any issue is encountered.
  • builder
    Select the required action from the drop-down

    Delete App in Environment
    Deletes the specified application from the specified environment.

    Deploy App in Environment
    Deploys the specified application from catalog to specified application.

    Update App in Catalog
    Updates the specified application in specified catalog.

    Update App in Environment
    Updates the specified application in specified environment.

      Nested Choice of Objects
    • deleteAppInEnvironment
      • endpoint : String
      • apikey : String
      • environment : String
      • application : String
      • timeout : int
    • deployAppInEnvironment
      • endpoint : String
      • apikey : String
      • environment : String
      • application : String
      • timeout : int
      • catalog : String
      • directories : String
      • includescheck : boolean
      • includes : String
      • excludescheck : boolean
      • excludes : String
      • deployType : String
    • updateAppInCatalog
      • endpoint : String
      • apikey : String
      • catalog : String
      • timeout : int
      • directories : String
      • includescheck : boolean
      • includes : String
      • excludescheck : boolean
      • excludes : String
    • updateAppInEnvironment
      • endpoint : String
      • apikey : String
      • environment : String
      • application : String
      • timeout : int
      • directories : String
      • includescheck : boolean
      • includes : String
      • excludescheck : boolean
      • excludes : String

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.