Skip to content

Commit

Permalink
updated pipeline_definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeindel committed Jan 18, 2023
1 parent 43b68e2 commit 8885e91
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .ci/pipeline_definitions
Original file line number Diff line number Diff line change
@@ -1,2 +1,36 @@
external-dns-management:
template: 'default'
base_definition:
repo: ~
traits:
version:
preprocess: 'inject-commit-hash'
component_descriptor: ~
jobs:
head-update:
traits:
draft_release: ~
component_descriptor:
retention_policy: 'clean-snapshots'
release:
traits:
version:
preprocess: 'finalize'
release:
nextversion: 'bump_minor'
next_version_callback: '.ci/prepare_release'
release_callback: '.ci/prepare_release'
slack:
default_channel: 'internal_scp_workspace'
channel_cfgs:
internal_scp_workspace:
channel_name: 'C9CEBQPGE' #sap-tech-gardener
slack_cfg_name: 'scp_workspace'
patch-release:
traits:
version:
preprocess: finalize
release:
nextversion: bump_patch
next_version_callback: '.ci/prepare_release'
release_callback: '.ci/prepare_release'

0 comments on commit 8885e91

Please sign in to comment.