File tree 4 files changed +14
-5
lines changed
4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ pipeline {
27
27
anyOf {
28
28
branch ' master'
29
29
branch ' release_*'
30
+ branch ' hotfix_release_*'
30
31
allOf {
31
32
branch ' PR-*'
32
33
expression { env. CHANGE_BRANCH . startsWith(" release_" ) }
@@ -43,6 +44,7 @@ pipeline {
43
44
anyOf {
44
45
branch ' master'
45
46
branch ' release_*'
47
+ branch ' hotfix_release_*'
46
48
allOf {
47
49
branch ' PR-*'
48
50
expression { env. CHANGE_BRANCH . startsWith(" release_" ) }
@@ -59,6 +61,7 @@ pipeline {
59
61
anyOf {
60
62
branch ' master'
61
63
branch ' release_*'
64
+ branch ' hotfix_release_*'
62
65
branch ' sonar_*'
63
66
allOf {
64
67
branch ' PR-*'
@@ -83,6 +86,7 @@ pipeline {
83
86
anyOf {
84
87
branch ' master'
85
88
branch ' develop'
89
+ branch ' hotfix_release_*'
86
90
}
87
91
}
88
92
steps {
@@ -95,7 +99,12 @@ pipeline {
95
99
}
96
100
}
97
101
stage(' tag release' ) {
98
- when { branch ' master' }
102
+ when {
103
+ anyOf {
104
+ branch ' master'
105
+ branch ' hotfix_release_*'
106
+ }
107
+ }
99
108
steps {
100
109
withCredentials([gitUsernamePassword(credentialsId : ' 93f7e7d3-8f74-4744-a785-518fc4d55314' ,
101
110
gitToolName : ' git-tool' )]) {
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ Detail | Description
15
15
** Plugin identifier** | intranda_opac_pica
16
16
** Plugin type** | opac
17
17
** Licence** | GPL 2.0 or newer
18
- ** Documentation (German)** | https://docs.goobi.io/workflow-plugins/v/eng /opac/goobi-plugin-opac-pica
19
- ** Documentation (English)** | https://docs.goobi.io/workflow-plugins/v/ger /opac/goobi-plugin-opac-pica
18
+ ** Documentation (German)** | https://docs.goobi.io/workflow-plugins/v/ger /opac/goobi-plugin-opac-pica
19
+ ** Documentation (English)** | https://docs.goobi.io/workflow-plugins/v/eng /opac/goobi-plugin-opac-pica
20
20
21
21
## Goobi details
22
22
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >io.goobi.workflow.plugin</groupId >
5
5
<artifactId >plugin-opac-pica</artifactId >
6
- <version >24.07 </version >
6
+ <version >24.08.1 </version >
7
7
</parent >
8
8
<artifactId >plugin-opac-pica-base</artifactId >
9
9
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >io.goobi.workflow</groupId >
5
5
<artifactId >workflow-base</artifactId >
6
- <version >24.07 </version >
6
+ <version >24.08.1 </version >
7
7
<relativePath />
8
8
</parent >
9
9
<groupId >io.goobi.workflow.plugin</groupId >
You can’t perform that action at this time.
0 commit comments