Skip to content

Commit 041267c

Browse files
committed
HBX-2995: Backport release automation to branch 5.6
- Amend the version numbers in the Jenkinsfile - Default value 'true' for the dry run parameter in the Jenkinsfile Signed-off-by: Koen Aers <[email protected]>
1 parent c682d08 commit 041267c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/release/Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@ pipeline {
3737
string(
3838
name: 'RELEASE_VERSION',
3939
defaultValue: '',
40-
description: 'The version to be released, e.g. 5.3.37.Final.',
40+
description: 'The version to be released, e.g. 5.6.16.Final.',
4141
trim: true
4242
)
4343
string(
4444
name: 'DEVELOPMENT_VERSION',
4545
defaultValue: '',
46-
description: 'The next version to be used after the release, e.g. 5.3.38-SNAPSHOT.',
46+
description: 'The next version to be used after the release, e.g. 5.6.17-SNAPSHOT.',
4747
trim: true
4848
)
4949
booleanParam(
5050
name: 'RELEASE_DRY_RUN',
51-
defaultValue: false,
51+
defaultValue: true,
5252
description: 'If true, just simulate the release, without pushing any commits or tags, and without uploading any artifacts or documentation.'
5353
)
5454
}

0 commit comments

Comments
 (0)