Home
last modified time | relevance | path

Searched refs:STACK_VERSION (Results 1 – 6 of 6) sorted by relevance

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-repository.sh4 # STACK_VERSION -- version e.g Major.Minor.Patch(-Prelease)
6 # ELASTICSEARCH_URL -- The url at which elasticsearch is reachable, a default is composed based on STACK_VERSION and TEST_SUITE
16 echo -e "\033[34;1mINFO:\033[0m VERSION ${STACK_VERSION}\033[0m"
39 --env STACK_VERSION=${STACK_VERSION} \
H A Dmake.sh35 STACK_VERSION=$VERSION
46 echo -e "\033[34;1mINFO:\033[0m VERSION ${STACK_VERSION}\033[0m"
H A Dtest-matrix.yml2 STACK_VERSION:
H A Drun-tests10 echo -e "\033[1m>>>>> Start [$STACK_VERSION container] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>\033[0m"
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/functions/
H A Dimports.sh7 # - Validate STACK_VERSION asap
10 if [[ -z $STACK_VERSION ]]; then
11 echo -e "\033[31;1mERROR:\033[0m Required environment variable [STACK_VERSION] not set\033[0m"
31 export elasticsearch_container="${elasticsearch_image}:${STACK_VERSION}"
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Ddefaults.yml45 name: STACK_VERSION