2019-03-18 14:46:14 -05:00
|
|
|
---
|
|
|
|
|
- job:
|
|
|
|
|
name: elastic+ansible-elasticsearch+master
|
|
|
|
|
display-name: elastic / ansible-elasticsearch - master
|
|
|
|
|
description: Master branch testing with test kitchen
|
2021-01-27 17:37:00 +01:00
|
|
|
parameters:
|
|
|
|
|
- string:
|
|
|
|
|
name: branch_specifier
|
|
|
|
|
default: master
|
|
|
|
|
description: the Git branch specifier to build (<branchName>, <tagName>,
|
|
|
|
|
<commitId>, etc.)
|
2019-03-18 14:46:14 -05:00
|
|
|
triggers:
|
|
|
|
|
- timed: H H(02-04) * * *
|
2020-07-22 15:26:34 +02:00
|
|
|
publishers:
|
|
|
|
|
- slack:
|
|
|
|
|
notify-back-to-normal: True
|
|
|
|
|
notify-every-failure: True
|
|
|
|
|
room: infra-release-notify
|
|
|
|
|
team-domain: elastic
|
|
|
|
|
auth-token-id: release-slack-integration-token
|
2020-07-27 15:28:34 +02:00
|
|
|
auth-token-credential-id: release-slack-integration-token
|