tmobile / jazz-installer

Installer for Jazz Serverless Developer Platform!
https://github.com/tmobile/jazz
Apache License 2.0
25 stars 44 forks source link

Naming convention for platform jenkins jobs #117

Open deepusundar opened 6 years ago

deepusundar commented 6 years ago

Follow a consistent naming convention for all platform jenkins jobs. Currently it is being created as,

bitbucketteam_newService build-pack-lambda build-pack-website build_pack_api cleanup_cloudfront_distributions create-service delete-service Platform_API_Services

Use all lower case and prefix with jazz

suryajak commented 6 years ago

This is the proposal:

  1. All Jazz components will be named following this convention: $namespace_$service/$feature/$util.
  2. $namespace, $service, $feature, $util can contain alphanumeric characters (lower case only) along with hyphen (-).

With the above proposal the new names for the jobs will be: jazz_user-services jazz_build-pack-function jazz_build-pack-website jazz_build_pack_api jazz_cleanup_cloudfront_distributions jazz_create-service jazz_delete-service jazz_core-services