Skip to content

Commit

Permalink
ci - bump daily job to use 8.12.0-SNAPSHOT (#8471)
Browse files Browse the repository at this point in the history
Bump daily job to use 8.12.0-SNAPSHOT. I could not use
8.12-SNAPSHOT because it was not available in the Docker
registry.
  • Loading branch information
andrewkroh authored Nov 22, 2023
1 parent c646ae3 commit 462c397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/schedule-daily.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ pipeline {
)
}
}
stage('with stack v8.11') {
stage('with stack v8.12.0') {
steps {
build(
job: env.INTEGRATION_JOB,
parameters: [
stringParam(name: 'stackVersion', value: '8.11-SNAPSHOT'),
stringParam(name: 'stackVersion', value: '8.12.0-SNAPSHOT'),
booleanParam(name: 'force_check_all', value: true),
booleanParam(name: 'skip_publishing', value: true),
],
Expand Down

0 comments on commit 462c397

Please sign in to comment.