diff --git a/bamboo-specs/example.yaml b/bamboo-specs/example.yaml index 6d3c4a2..8c4b0b2 100644 --- a/bamboo-specs/example.yaml +++ b/bamboo-specs/example.yaml @@ -13,16 +13,16 @@ stages: manual: false final: false jobs: - - Build + - Test -Build: - key: BUILD +Test: + key: TEST other: clean-working-dir: true docker: image: ${bamboo.dockerNode} volumes: - ${system.PNPM_DIR}: "${bamboo.cachePnpm}" + ${system.PNPM_DIR}: ${bamboo.cachePnpm} tasks: - checkout: force-clean-build: true @@ -67,8 +67,6 @@ Build: requirements: - adg-docker: 'true' -triggers: [] - branches: create: for-pull-request delete: @@ -76,15 +74,7 @@ branches: after-inactive-days: '5' link-to-jira: true -notifications: - - events: - - plan-status-changed - recipients: - - webhook: - name: Build webhook - url: http://prod.jirahub.service.eu.consul/v1/webhook/bamboo - +notifications: [] labels: [] - other: concurrent-build-plugin: system-default