You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ci/release/Jenkinsfile
+12-8Lines changed: 12 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
/*
2
2
* Hibernate Tools, Tooling for your Hibernate Projects
3
-
*
3
+
*
4
4
* Copyright 2016-2024 Red Hat, Inc.
5
5
*
6
-
* Licensed under the GNU Lesser General Public License (LGPL),
6
+
* Licensed under the GNU Lesser General Public License (LGPL),
7
7
* version 2.1 or later (the "License").
8
8
* You may not use this file except in compliance with the License.
9
-
* You may read the licence in the 'lgpl.txt' file in the root folder of
9
+
* You may read the licence in the 'lgpl.txt' file in the root folder of
10
10
* project or obtain a copy at
11
11
*
12
12
* http://www.gnu.org/licenses/lgpl-2.1.html
@@ -51,6 +51,11 @@ pipeline {
51
51
defaultValue: false,
52
52
description: 'If true, just simulate the release, without pushing any commits or tags, and without uploading any artifacts or documentation.'
53
53
)
54
+
booleanParam(
55
+
name: 'RELEASE_PUBLISH_AUTOMATICALLY',
56
+
defaultValue: true,
57
+
description: 'If true, staging repository will get closed and published automatically, otherwise the artifacts will only be uploaded and the publishing (releasing the staging repository) has to be performed manually at Maven Central portal.'
0 commit comments