diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index b8ca3e8..a2ff57f 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -35,7 +35,7 @@ pipeline { PIPELINE_LOG_LEVEL = 'INFO' LANG = "C.UTF-8" LC_ALL = "C.UTF-8" - ELASTIC_STACK_VERSION = '7.17.0' + ELASTIC_STACK_VERSION = '8.0.1' } options { buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr: '5', daysToKeepStr: '7')) diff --git a/.ci/its.groovy b/.ci/its.groovy index 354adaf..ba5c72a 100644 --- a/.ci/its.groovy +++ b/.ci/its.groovy @@ -67,7 +67,7 @@ pipeline { // The below line is part of the bump release automation // if you change anything please modifies the file // .ci/bump-stack-release-version.sh - values '8.0.0-SNAPSHOT', '7.16.0', '7.15.0' + values '8.0.0-SNAPSHOT', '8.0.1', '8.2.0' } axis { name 'OS_VERSION'