Skip to content

Instantly share code, notes, and snippets.

@fmunozn
Created November 27, 2018 19:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fmunozn/fb4fca8a9ec90b1b0b06c3f045d8a44f to your computer and use it in GitHub Desktop.
Save fmunozn/fb4fca8a9ec90b1b0b06c3f045d8a44f to your computer and use it in GitHub Desktop.
CI STAGE KONG PUBLISHER
notebookCiStage(
technology: 'databricks-scala',
technologyVersion: 'any',
component: 'test-endpoint',
gitGroup: 'cp',
gitFeatureBranch: 'feature-1',
cloudProvider: 'azure',
cloudProviderCredentialsId: 'XXXX',
databricksProviderCredentialsId: 'YYYY',
)
apiPublisher(
technology: 'kong-apiary',
technologyVersion: 'any',
stageName: 'ci',
endpointFile: 'test-endpoint.json',
endpointName: 'test-endpoint',
kongProtocol: 'https',
kongHost: 'xxx.yyy.zzz',
kongAdminHost: 'xxx-admin.yyy.zzz',
kongPort: 443,
apiaryApiName: 'fexcocentralapi'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment