Skip to content

Commit 16ecadd

Browse files
committed
Publish artifacts from release branches
1 parent c3b8d3b commit 16ecadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pipeline {
1919
}
2020
stage('Publish Artifacts') {
2121
when {
22-
branch 'master'
22+
anyOf { branch 'master'; branch 'releases/*' }
2323
}
2424
steps {
2525
milestone 1

0 commit comments

Comments
 (0)