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.

Azure Service Fabric Plugin

azureServiceFabricPublish: Deploy Service Fabric Project

  • applicationName : String (optional)
    The whole name of the application, which should be the name of the folder containing the ApplicationManifest with "fabric:/" added at the beginning.
  • applicationType : String (optional)
    Should match the specified ApplicationTypeName in the Application Manifest.
  • azureCredentialsId : String (optional)
  • clientCert : String (optional)
  • clientKey : String (optional)
  • configureType : String (optional)
  • managementHost : String (optional)
  • manifestPath : String (optional)
    The path from the home of your Github project to the folder containing the Application Manifest. For example, "MySFApp/MySFApp/ApplicationManifest.xml". Used to determine version number in the deployment process.
  • resourceGroup : String (optional)
  • serviceFabric : String (optional)

step([$class: 'ServiceFabricPublisher']): Deploy Service Fabric Project

  • publishStep
      Nested Object
    • applicationName : String (optional)
      The whole name of the application, which should be the name of the folder containing the ApplicationManifest with "fabric:/" added at the beginning.
    • applicationType : String (optional)
      Should match the specified ApplicationTypeName in the Application Manifest.
    • azureCredentialsId : String (optional)
    • clientCert : String (optional)
    • clientKey : String (optional)
    • configureType : String (optional)
    • managementHost : String (optional)
    • manifestPath : String (optional)
      The path from the home of your Github project to the folder containing the Application Manifest. For example, "MySFApp/MySFApp/ApplicationManifest.xml". Used to determine version number in the deployment process.
    • resourceGroup : String (optional)
    • serviceFabric : String (optional)

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.