diff --git a/.ci/schedule-daily.groovy b/.ci/schedule-daily.groovy index 7e871f8c52e..51974b4d43f 100644 --- a/.ci/schedule-daily.groovy +++ b/.ci/schedule-daily.groovy @@ -35,11 +35,11 @@ pipeline { ) } } - stage('with stack v8.1') { + stage('with stack v8.2') { steps { build( job: env.INTEGRATION_JOB, - parameters: [stringParam(name: 'stackVersion', value: '8.1.0-SNAPSHOT')], + parameters: [stringParam(name: 'stackVersion', value: '8.2.0-SNAPSHOT')], quietPeriod: 0, wait: true, propagate: true,