Skip to content

Commit 1b5a218

Browse files
author
Matthias Wittgen
committed
Fix cron job arguments
1 parent 84f7419 commit 1b5a218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipelines/release/test_older_release_cron.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ notify.wrap {
2020
stage('run test-older-release') {
2121
build job: testOlderRelease,
2222
parameters: [
23-
stringParam(name: 'VERSIONS', value:"o_latest, 29.2.1"),
23+
stringParam(name: 'VERSIONS', value:"o_latest, v29_2_1"),
2424
stringParam(name: 'PRODUCTS', value:scipipe.canonical.products )
2525
]
2626
}

0 commit comments

Comments
 (0)