@catladder/pipeline 3.21.0 → 3.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/dist/constants.js +1 -1
  2. package/dist/pipeline/gitlab/createGitlabPipeline.js +2 -2
  3. package/dist/tsconfig.tsbuildinfo +1 -1
  4. package/examples/__snapshots__/automatic-releases.test.ts.snap +2 -2
  5. package/examples/__snapshots__/cloud-run-health-check-defaults.test.ts.snap +2 -2
  6. package/examples/__snapshots__/cloud-run-health-check-only-startup.test.ts.snap +2 -2
  7. package/examples/__snapshots__/cloud-run-health-check.test.ts.snap +2 -2
  8. package/examples/__snapshots__/cloud-run-http2.test.ts.snap +2 -2
  9. package/examples/__snapshots__/cloud-run-llama.test.ts.snap +2 -2
  10. package/examples/__snapshots__/cloud-run-memory-limit.test.ts.snap +2 -2
  11. package/examples/__snapshots__/cloud-run-meteor-with-worker.test.ts.snap +2 -2
  12. package/examples/__snapshots__/cloud-run-nextjs.test.ts.snap +2 -2
  13. package/examples/__snapshots__/cloud-run-no-cpu-throttling.test.ts.snap +2 -2
  14. package/examples/__snapshots__/cloud-run-no-service.test.ts.snap +2 -2
  15. package/examples/__snapshots__/cloud-run-non-public.test.ts.snap +2 -2
  16. package/examples/__snapshots__/cloud-run-post-stop-job.test.ts.snap +2 -2
  17. package/examples/__snapshots__/cloud-run-service-custom-vpc-connector.test.ts.snap +2 -2
  18. package/examples/__snapshots__/cloud-run-service-custom-vpc.test.ts.snap +2 -2
  19. package/examples/__snapshots__/cloud-run-service-gen2.test.ts.snap +2 -2
  20. package/examples/__snapshots__/cloud-run-service-increase-timout.test.ts.snap +2 -2
  21. package/examples/__snapshots__/cloud-run-service-with-volumes.test.ts.snap +2 -2
  22. package/examples/__snapshots__/cloud-run-storybook.test.ts.snap +2 -2
  23. package/examples/__snapshots__/cloud-run-with-agents.test.ts.snap +2 -2
  24. package/examples/__snapshots__/cloud-run-with-gpu.test.ts.snap +2 -2
  25. package/examples/__snapshots__/cloud-run-with-ngnix.test.ts.snap +2 -2
  26. package/examples/__snapshots__/cloud-run-with-sql-legacy-jobs.test.ts.snap +2 -2
  27. package/examples/__snapshots__/cloud-run-with-sql-multiple-dbs.test.ts.snap +2 -2
  28. package/examples/__snapshots__/cloud-run-with-sql-reuse-db.test.ts.snap +2 -2
  29. package/examples/__snapshots__/cloud-run-with-sql.test.ts.snap +2 -2
  30. package/examples/__snapshots__/cloud-run-with-worker.test.ts.snap +2 -2
  31. package/examples/__snapshots__/custom-build-job-with-tests.test.ts.snap +2 -2
  32. package/examples/__snapshots__/custom-build-job.test.ts.snap +2 -2
  33. package/examples/__snapshots__/custom-deploy.test.ts.snap +2 -2
  34. package/examples/__snapshots__/custom-envs.test.ts.snap +2 -2
  35. package/examples/__snapshots__/custom-sbom-java.test.ts.snap +2 -2
  36. package/examples/__snapshots__/custom-verify-job.test.ts.snap +2 -2
  37. package/examples/__snapshots__/git-submodule.test.ts.snap +2 -2
  38. package/examples/__snapshots__/kubernetes-application-customization.test.ts.snap +2 -2
  39. package/examples/__snapshots__/kubernetes-with-cloud-sql.test.ts.snap +2 -2
  40. package/examples/__snapshots__/kubernetes-with-jobs.test.ts.snap +2 -2
  41. package/examples/__snapshots__/kubernetes-with-mongodb.test.ts.snap +2 -2
  42. package/examples/__snapshots__/local-dot-env.test.ts.snap +2 -2
  43. package/examples/__snapshots__/meteor-kubernetes.test.ts.snap +2 -2
  44. package/examples/__snapshots__/modify-generated-files.test.ts.snap +2 -2
  45. package/examples/__snapshots__/modify-generated-yaml.test.ts.snap +2 -2
  46. package/examples/__snapshots__/multiline-var.test.ts.snap +2 -2
  47. package/examples/__snapshots__/native-app.test.ts.snap +2 -2
  48. package/examples/__snapshots__/node-build-with-custom-image.test.ts.snap +2 -2
  49. package/examples/__snapshots__/node-build-with-docker-additions.test.ts.snap +2 -2
  50. package/examples/__snapshots__/override-secrets.test.ts.snap +2 -2
  51. package/examples/__snapshots__/rails-k8s-with-worker-dockerfile.test.ts.snap +2 -2
  52. package/examples/__snapshots__/rails-k8s-with-worker.test.ts.snap +2 -2
  53. package/examples/__snapshots__/referencing-other-vars.test.ts.snap +2 -2
  54. package/examples/__snapshots__/wait-for-other-deploy.test.ts.snap +2 -2
  55. package/examples/__snapshots__/workspace-api-www-turbo-cache.test.ts.snap +2 -2
  56. package/examples/__snapshots__/workspace-api-www.test.ts.snap +2 -2
  57. package/package.json +1 -1
  58. package/src/pipeline/gitlab/createGitlabPipeline.ts +2 -2
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -76,7 +76,7 @@ workflow:
76
76
  - if: $CI_MERGE_REQUEST_ID
77
77
  variables:
78
78
  PIPELINE_ICON: 🐱🔨
79
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
79
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
80
80
  - if: $CI_COMMIT_TAG
81
81
  variables:
82
82
  PIPELINE_ICON: 🐱📦
@@ -84,7 +84,7 @@ workflow:
84
84
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
85
85
  variables:
86
86
  PIPELINE_ICON: 🐱🔨
87
- PIPELINE_NAME: Main
87
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
88
88
  - when: always
89
89
  variables:
90
90
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -61,7 +61,7 @@ workflow:
61
61
  - if: $CI_MERGE_REQUEST_ID
62
62
  variables:
63
63
  PIPELINE_ICON: 🐱🔨
64
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
64
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
65
65
  - if: $CI_COMMIT_TAG
66
66
  variables:
67
67
  PIPELINE_ICON: 🐱📦
@@ -69,7 +69,7 @@ workflow:
69
69
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
70
70
  variables:
71
71
  PIPELINE_ICON: 🐱🔨
72
- PIPELINE_NAME: Main
72
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
73
73
  - when: always
74
74
  variables:
75
75
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓
@@ -60,7 +60,7 @@ workflow:
60
60
  - if: $CI_MERGE_REQUEST_ID
61
61
  variables:
62
62
  PIPELINE_ICON: 🐱🔨
63
- PIPELINE_NAME: Merge Request $CI_MERGE_REQUEST_IID
63
+ PIPELINE_NAME: mr$CI_MERGE_REQUEST_IID - $CI_MERGE_REQUEST_TITLE
64
64
  - if: $CI_COMMIT_TAG
65
65
  variables:
66
66
  PIPELINE_ICON: 🐱📦
@@ -68,7 +68,7 @@ workflow:
68
68
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
69
69
  variables:
70
70
  PIPELINE_ICON: 🐱🔨
71
- PIPELINE_NAME: Main
71
+ PIPELINE_NAME: Main - $CI_COMMIT_MESSAGE
72
72
  - when: always
73
73
  variables:
74
74
  PIPELINE_ICON: 🐱❓