github.com/xgoffin/jenkins-library@v1.154.0/documentation/docs/steps/multicloudDeploy.md (about)

     1  # ${docGenStepName}
     2  
     3  ## ${docGenParameters}
     4  
     5  ## ${docGenConfiguration}
     6  
     7  ## ${docJenkinsPluginDependencies}
     8  
     9  ## Examples
    10  
    11  ```groovy
    12  multicloudDeploy(
    13      script: script,
    14      cfTargets: [[apiEndpoint: 'https://test.server.com', appName:'cfAppName', credentialsId: 'cfCredentialsId', manifest: 'cfManifest', org: 'cfOrg', space: 'cfSpace']],
    15      neoTargets: [[credentialsId: 'my-credentials-id', host: hana.example.org, account: 'trialuser1']],
    16      enableZeroDowntimeDeployment: 'true'
    17  )
    18  ```