Skip to content

Commit fa9d072

Browse files
authored
SEP-1746: Give releaseTag a committed default in scheduled CI (#1275)
1 parent cfdd886 commit fa9d072

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/jenkins-scheduled-ci.pipeline

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ pipeline {
99

1010
parameters {
1111
gitParameter branch: 'origin/main',
12+
defaultValue: 'main',
1213
name: 'releaseTag',
1314
selectedValue: 'TOP',
1415
sortMode: 'DESCENDING_SMART',

0 commit comments

Comments
 (0)